Skip to content

Commit

Permalink
Fix dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Nov 12, 2024
1 parent 2c51133 commit 9935bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckanext/dms/assets/css/dms.css
Original file line number Diff line number Diff line change
Expand Up @@ -694,4 +694,8 @@ a.tag:hover {

.module-narrow .nav-item > a, .module-narrow .nav-aside li a{
font-size: 14px;
}

.form-control.form-select{
appearance: auto;
}

0 comments on commit 9935bc9

Please sign in to comment.