Skip to content

Commit

Permalink
thread version box now smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund committed Sep 11, 2024
1 parent bf1dbe4 commit 8ef6898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@

.SelectList {
@include inputStyles;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
line-height: 20px;
border: 1px solid $neutral-200 !important;
border-radius: $border-radius-corners-wider;
min-height: 40px;
max-height: 40px;
min-height: 24px;
max-height: 24px;
padding: 10px 16px;

margin: 15px;
&.isMulti {
max-height: initial !important;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
.CWSelectList {
min-width: 202px;
margin-left: -20px;
margin-right: -8px;
margin-right: -18px;

.SelectList:not(:focus):not(:focus-within) {
border-color: transparent !important;
Expand Down

0 comments on commit 8ef6898

Please sign in to comment.