From acd0f60f196e5b030f58b6e29a59f64518ea05bc Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 10 May 2017 16:12:24 -0400 Subject: [PATCH] fix minor styling bug on safari --- client/styles/components/_toolbar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index 7271f7a8..a7c81415 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -134,11 +134,11 @@ .toolbar__serve-secure-help { display: inline-block; - vertical-align: top; - height: #{12 / $base-font-size}rem; + padding-top: 0; + padding-bottom: 0; & svg { - width: #{12 / $base-font-size}rem; - height: #{12 / $base-font-size}rem; + width: #{10 / $base-font-size}rem; + height: #{10 / $base-font-size}rem; } @include themify() { & path {