Commit 0cad932a authored by Jake Hartnell's avatar Jake Hartnell

Vertically align icons in middle of buttons

Fix https://github.com/hypothesis/h/issues/2429
parent 4e52dda8
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
// Positions the icon nicely within the button. // Positions the icon nicely within the button.
.btn-icon { .btn-icon {
font-size: 1.4em; font-size: 1.4em;
vertical-align: top; vertical-align: middle;
} }
// Absolutely positions a message/icon to the left of a button. // Absolutely positions a message/icon to the left of a button.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment