summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-04 17:14:23 +0100
committerPhil Hughes <me@iamphill.com>2018-06-04 17:14:23 +0100
commit8275e26cb091f2bc8723e0eb236d41da3225bbb3 (patch)
tree19002b4c84353951508d02d6937034c4f4c78111
parent4e322d0778ddce02749de8973a4fe0b3b4dfec77 (diff)
downloadgitlab-ce-ide-alignment-fixes.tar.gz
fixed SVG alignmentide-alignment-fixes
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 55e8dbfa59f..2b3cc33c8ae 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -183,7 +183,7 @@
svg {
position: relative;
- top: -1px;
+ top: -2px;
}
.ide-file-changed-icon {