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:57:59 -0500 |
commit | 7b8a4dd35199f4e9d2e631da92255a44cde7af28 (patch) | |
tree | 1b7facccdbdc7117f89c2f152be3ce67d05bda53 /app/assets/stylesheets | |
parent | 795199bf04ca08521112d89c03df31d1c11e335d (diff) | |
download | gitlab-ce-7b8a4dd35199f4e9d2e631da92255a44cde7af28.tar.gz |
Set properly line heights
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 11e1e4275ac..6c870ed927e 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; @@ -136,6 +136,10 @@ background-color: $dropdown-empty-row-bg; } } + + &.dropdown-menu-user-link { + line-height: 16px; + } } } |