Skip to content

Commit 19565b7

Browse files
committed
update react control styles
1 parent ff37381 commit 19565b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
507507
background: transparent;
508508
color: var(--color_fg_bold);
509509
font-family: var(--font-primary), monospace !important;
510-
height: 2rem !important;
510+
height: 2rem;
511511
}
512512

513513
.react-select__control {
@@ -557,7 +557,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
557557
border: 1px solid var(--color_border_default);
558558
padding: 0.25rem;
559559
overflow: hidden;
560-
min-width: 240px;
560+
min-width: 6.125rem;
561561
}
562562

563563
.react-select__menu-portal {

0 commit comments

Comments
 (0)