We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff37381 commit 19565b7Copy full SHA for 19565b7
src/libs/theme/styles/globals.scss
@@ -507,7 +507,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
507
background: transparent;
508
color: var(--color_fg_bold);
509
font-family: var(--font-primary), monospace !important;
510
- height: 2rem !important;
+ height: 2rem;
511
}
512
513
.react-select__control {
@@ -557,7 +557,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
557
border: 1px solid var(--color_border_default);
558
padding: 0.25rem;
559
overflow: hidden;
560
- min-width: 240px;
+ min-width: 6.125rem;
561
562
563
.react-select__menu-portal {
0 commit comments