Skip to content

Commit

Permalink
Merge pull request #5478 from asdil12/css
Browse files Browse the repository at this point in the history
Fix select dropdown arrow floating over text
  • Loading branch information
mergify[bot] authored Feb 14, 2024
2 parents 37fc220 + fa7ed47 commit 52fb7e5
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 drop-down arrow floating over text despite `with: auto;` from DataTable's upstream CSS
div.dataTables_wrapper div.dataTables_length select {
background-position: right 0.2rem center;
padding: 0 1em 0 0.5em;
}

0 comments on commit 52fb7e5

Please sign in to comment.