From a6780a77df17214093166d43799443d4a15ff6ae Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Thu, 21 Jul 2016 08:38:19 -0700 Subject: Fix sha icon positioning on safari --- app/assets/stylesheets/pages/pipelines.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 081bd7204fe..843f04ab1f6 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -76,7 +76,7 @@ svg { height: 14px; - width: auto; + width: 14px; vertical-align: middle; fill: $table-text-gray; } @@ -158,7 +158,7 @@ svg { width: 12px; - height: auto; + height: 12px; vertical-align: middle; margin-right: 4px; } -- cgit v1.2.1