summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-02-10 17:06:46 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-02-10 17:06:46 +0000
commit22fd68ab702d0c6727af4be3e24bc2559f3dffc3 (patch)
treeabc587d6132a94fbf428e6f26d8e9be23aef0588
parent4a9258371bf25ef0ce8687c3d7750d06b4337fe4 (diff)
parent3559c0094cff2e57909db5a477c3004ec7c32386 (diff)
downloadgitlab-ce-22fd68ab702d0c6727af4be3e24bc2559f3dffc3.tar.gz
Merge branch 'user-dropdown-settings' into 'master'
Make min width smaller for user settings See merge request !9112
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 2a01bc4d44d..731ce57c245 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -272,7 +272,7 @@ header {
.header-user {
.dropdown-menu-nav {
- width: 140px;
+ min-width: 140px;
margin-top: -5px;
}
}