1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 10:15:28 +02:00

Fix issue with 1-pixel alignment of buttons with dropdowns when in Safari browser

This commit is contained in:
Ryan Cramer
2021-08-06 10:25:34 -04:00
parent 67df29ba87
commit 6c7e52edd6
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -241,6 +241,7 @@
color: @pw-button-color;
font-size: @pw-button-font-size;
border-radius: @pw-button-border-radius;
vertical-align: initial; // vertical-align: middle; does not work with Safari
&.ui-priority-secondary {
background: @pw-button-secondary-background;