Skip to content

Commit

Permalink
Fix alignment issue for select elements in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed May 21, 2024
1 parent 053dafb commit fd35468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/event-rule-config.less
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

select, input {
min-width: 10em;
text-align: center;
text-align-last: center; // text-align does not work in safari for select tags
height: 2.25em;
line-height: normal;
background: @search-term-bg;
Expand Down

0 comments on commit fd35468

Please sign in to comment.