summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/header.scss')
-rw-r--r--app/assets/stylesheets/generic/header.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/app/assets/stylesheets/generic/header.scss b/app/assets/stylesheets/generic/header.scss
index a97671d0f06..5e8701830e7 100644
--- a/app/assets/stylesheets/generic/header.scss
+++ b/app/assets/stylesheets/generic/header.scss
@@ -202,9 +202,17 @@ header {
}
}
- li {
- display: table-cell;
- width: 1%;
+ .navbar-collapse {
+ padding-left: 5px;
+
+ li {
+ display: table-cell;
+ width: 1%;
+
+ a {
+ margin-left: 8px !important;
+ }
+ }
}
}
}