Skip to content

Commit e27af9f

Browse files
committed
fix: style for the TagSelect component
1 parent 11d8203 commit e27af9f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

browser/main/Detail/TagSelect.styl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
.root
2-
display: inline
2+
display: inline-block
33
position relative
44
user-select none
5+
vertical-align middle
6+
width 400px
7+
overflow-x scroll
8+
white-space nowrap
9+
10+
.root::-webkit-scrollbar
11+
display none
512

613
.tag
714
display inline-block

0 commit comments

Comments
 (0)