Skip to content

Commit c111fbf

Browse files
committed
fixed dropdown size
1 parent 20b5e5d commit c111fbf

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/app/styles/layout/_headContainer.scss

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
.tab-select-container {
1414
font-size: 12px;
1515
min-width: 90px;
16-
margin: 7px;
16+
margin: 2px 7px;
1717
}
1818

1919
.tab-select-container {
20+
height: 70%;
21+
2022
.tab-select__control,
23+
.tab-select__control--is-focused,
2124
.tab-select__menu {
2225
border-style: none;
2326
width: 300px;
@@ -28,16 +31,31 @@
2831
.tab-select__single-value {
2932
color: white;
3033
}
34+
.tab-select__value-container {
35+
padding: 0px;
36+
}
3137
.tab-select__option:hover {
3238
background-color: #2683ff;
3339
}
3440
.tab-select__option--is-selected,
3541
.tab-select__option--is-focused {
3642
background-color: transparent;
3743
}
44+
.tab-select__indicator {
45+
padding: 0;
46+
}
47+
.tab-select__indicator-separator {
48+
margin-top: 3px;
49+
margin-bottom: 3px;
50+
}
3851

3952
// removes the cursor from blinking
4053
.css-w8afj7-Input {
4154
color: transparent;
4255
}
56+
57+
.css-yk16xz-control,
58+
.css-1pahdxg-control {
59+
min-height: 100%;
60+
}
4361
}

0 commit comments

Comments
 (0)