Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-08 22:47:47 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-09 01:38:04 +0300
commit04530d88c99a97a7cf3ad619b8d5527e1fa8b340 (patch)
treea4e3f86959bb5717a76e039754367cddbb277fa0 /app
parent8d2099cd8ab02209a0c7aeccc43ecba57a07ae2a (diff)
Align all nav items in sidebar
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 3fc8939f658..55e1628ba28 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -182,7 +182,7 @@ $new-sidebar-collapsed-width: 50px;
> li {
a {
- padding: 8px 16px 8px 50px;
+ padding: 8px 16px 8px 40px;
&:hover,
&:focus {
@@ -301,6 +301,7 @@ $new-sidebar-collapsed-width: 50px;
> a {
margin-left: 4px;
+ padding-left: 12px;
}
.badge {