From 8275e26cb091f2bc8723e0eb236d41da3225bbb3 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 4 Jun 2018 17:14:23 +0100 Subject: fixed SVG alignment --- app/assets/stylesheets/pages/repo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1