Skip to content

Commit

Permalink
Fix select dropdown arrow floating over text
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Feb 14, 2024
1 parent 9c8360a commit 8a5f5fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/stylesheets/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,9 @@ select.form-control {
background-color: $default-bg-color-darktheme;
}
}

// fix dropdown arrow floating over text
.custom-select-sm {
background-position: right 0.2rem center;
padding: 0 1em 0 0.5em;
}

0 comments on commit 8a5f5fe

Please sign in to comment.