Skip to content

Commit 56b2701

Browse files
fix(UsageFilter): add min-width
1 parent 8334260 commit 56b2701

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.usage-filter {
2+
min-width: 100px;
3+
24
&__option {
35
flex-grow: 1;
46

@@ -10,22 +12,25 @@
1012
}
1113

1214
&-meta {
13-
padding: 0 5px;
1415
position: relative;
15-
border-radius: 3px;
16+
17+
padding: 0 5px;
18+
1619
font-size: var(--yc-text-caption-2-font-size);
1720
line-height: var(--yc-text-caption-2-line-height);
21+
22+
border-radius: 3px;
1823
}
1924

2025
&-bar {
2126
position: absolute;
22-
left: 0;
27+
z-index: -1;
2328
top: 0;
2429
bottom: 0;
25-
z-index: -1;
30+
left: 0;
2631

27-
background-color: var(--yc-color-infographics-info-medium);
2832
border-radius: 3px;
33+
background-color: var(--yc-color-infographics-info-medium);
2934
}
3035
}
3136
}

0 commit comments

Comments
 (0)