From b8a89c31071eb5649a496b056f91c825301de453 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 20 Apr 2018 17:21:51 +0100 Subject: [PATCH] fixed alignment of icons in tab --- app/assets/stylesheets/pages/repo.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 2b1ff3b0b34..f050b105f99 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -197,6 +197,13 @@ top: -1px; } + .ide-file-changed-icon { + display: block; + position: relative; + top: 1px; + right: 3px; + } + &:hover { background-color: $theme-gray-200; }