fix minor styling bug on safari

This commit is contained in:
Cassie Tarakajian 2017-05-10 16:12:24 -04:00
parent 66833d22b6
commit acd0f60f19
1 changed files with 4 additions and 4 deletions

View File

@ -134,11 +134,11 @@
.toolbar__serve-secure-help { .toolbar__serve-secure-help {
display: inline-block; display: inline-block;
vertical-align: top; padding-top: 0;
height: #{12 / $base-font-size}rem; padding-bottom: 0;
& svg { & svg {
width: #{12 / $base-font-size}rem; width: #{10 / $base-font-size}rem;
height: #{12 / $base-font-size}rem; height: #{10 / $base-font-size}rem;
} }
@include themify() { @include themify() {
& path { & path {