Skip to content

Commit

Permalink
Fix alignment of search type dropdown with older browsers.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Feb 6, 2025
1 parent 8c4c1ab commit 93f9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/finna2/scss/finna/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ input, input.form-control {
}
.dropdown-toggle {
min-width: 110px;
display: inline-block;
display: inline-flex;
align-content: center;
text-align: right;
height: inherit;
Expand Down

0 comments on commit 93f9c2e

Please sign in to comment.