Unverified Commit c97d7fad authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #1686 from hypothesis/fix-firefox-flexbox-alignment

Add an `align-items` rule to the focused-mode button
parents db31c795 52bdff0d
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
&__btn { &__btn {
@include forms.primary-action-btn; @include forms.primary-action-btn;
display: flex; display: flex;
align-items: center;
margin-left: auto; margin-left: auto;
height: 30px; height: 30px;
padding-left: 10px; padding-left: 10px;
......
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