1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-29 16:49:46 +02:00

Fix text vertical alignment for buttons inside other elements.

This commit is contained in:
Rob
2019-12-27 16:16:54 -08:00
parent c0950b1413
commit 917240f9db

View File

@@ -1234,7 +1234,7 @@ button,
white-space: nowrap;
background-color: transparent;
color: #5680cc;
vertical-align: text-top;
vertical-align: text-bottom;
-webkit-appearance: none;
}