diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-28 17:52:20 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-28 17:52:20 -0500 |
| commit | d8fa50c0f38fda66cb6e815fd01670c91c0fbbae (patch) | |
| tree | 566e6a4b308097e787b5e912f21c9e5027596513 | |
| parent | 795199bf04ca08521112d89c03df31d1c11e335d (diff) | |
| download | gitlab-ce-fix-dropdown-item-height.tar.gz | |
Set properly line heightsfix-dropdown-item-height
| -rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 11e1e4275ac..a1867441cae 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -117,7 +117,7 @@ padding-left: 10px; padding-right: 10px; color: $dropdown-link-color; - line-height: 16px; + line-height: 34px; text-overflow: ellipsis; border-radius: 2px; white-space: nowrap; @@ -169,6 +169,7 @@ .dropdown-menu-user-link { padding-top: 10px; padding-bottom: 7px; + line-height: 16px; } .dropdown-menu-user-full-name { |
