diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-21 08:38:19 -0700 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-21 08:50:03 -0700 |
commit | a6780a77df17214093166d43799443d4a15ff6ae (patch) | |
tree | 86a17649d8c203622a0b7b8efec5bea8d7e75925 | |
parent | 420f117df98faef0ff06ea7eceabe46994518559 (diff) | |
download | gitlab-ce-a6780a77df17214093166d43799443d4a15ff6ae.tar.gz |
Fix sha icon positioning on safariui-bug-fixes
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 4 |
1 files 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; } |