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
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-07 17:52:28 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-07 17:52:28 +0300
commitb352462d01e3c51d09314c282e84afe075d6ad01 (patch)
tree3a1364cad40d83ebbafaa9e5dddca6b68d68031b /app/assets/stylesheets/framework/dropdowns.scss
parent9b27f62d86ff8d71710a7e6945414fe115494203 (diff)
Fix dropdown header alignment; empty navbar positioning
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 9dcf332eee2..5b950ae0ba0 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
- li {
+ li:not(.dropdown-bold-header) {
display: block;
padding: 0 1px;