diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-12 11:44:24 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-12 11:44:24 +0100 |
commit | 1663587ccd9cd12b11efff51a6744bc33a664055 (patch) | |
tree | 13ca14f8755d7fbca4c9665128ac4b82726b897b /app | |
parent | 6acb708db7e1b5054f764ba8cef4c89566ee4c53 (diff) | |
download | gitlab-ce-1663587ccd9cd12b11efff51a6744bc33a664055.tar.gz |
restored scss for new_sidebar
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss index 3dff97b6f3d..07b487cd090 100644 --- a/app/assets/stylesheets/new_sidebar.scss +++ b/app/assets/stylesheets/new_sidebar.scss @@ -30,7 +30,7 @@ $new-sidebar-width: 220px; font-weight: 600; display: flex; align-items: center; - padding: 10px 16px 10px; + padding: 10px 16px 10px 10px; color: $gl-text-color; .avatar-container { |