summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 08:38:19 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 08:50:03 -0700
commita6780a77df17214093166d43799443d4a15ff6ae (patch)
tree86a17649d8c203622a0b7b8efec5bea8d7e75925
parent420f117df98faef0ff06ea7eceabe46994518559 (diff)
downloadgitlab-ce-ui-bug-fixes.tar.gz
Fix sha icon positioning on safariui-bug-fixes
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
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;
}