Skip to content

Commit

Permalink
Fix style issue with the selector-example. (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley authored Apr 16, 2024
1 parent 3a50b65 commit c8686ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,13 @@ input[type="number"].no-arrows {
}

.form-select {
min-height: 37px;
line-height: initial;
&-sm {
min-height: 31px;
}
&:disabled {
opacity: 0.65;
}
}

.form-select, .form-control, .input-group-text {
line-height: initial;
border: 0 !important;
box-shadow: inset 0 -2px 0 0 #3a3a3a;
}
Expand Down

0 comments on commit c8686ea

Please sign in to comment.