Skip to content

Commit c77091c

Browse files
committed
Fix alignment issue for select elements in safari
1 parent 0955735 commit c77091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/event-rule-config.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189

190190
select, input {
191191
min-width: 10em;
192-
text-align: center;
192+
text-align-last: center; // text-align does not work in safari for select tags
193193
height: 2.25em;
194194
line-height: normal;
195195
background: @search-term-bg;

0 commit comments

Comments
 (0)