diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-09 15:20:34 -0600 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-09 15:20:34 -0600 |
| commit | 3559c0094cff2e57909db5a477c3004ec7c32386 (patch) | |
| tree | 4e685218123f046057de073732dd7bd2ccfa302f | |
| parent | 5ae02354b478458859bffeba7d444535ddbe811c (diff) | |
| download | gitlab-ce-user-dropdown-settings.tar.gz | |
Make min width smaller for user settingsuser-dropdown-settings
| -rw-r--r-- | app/assets/stylesheets/framework/header.scss | 2 |
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; } } |
