summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-08 12:24:10 +0100
committerPhil Hughes <me@iamphill.com>2016-06-08 12:24:10 +0100
commit8cd17f748bb564d6aeaa4fa8339b2d5431a10697 (patch)
tree1a6dbee60f371609170636c2650ae66851de7c54
parent915ad255cdc7afa9a44ba24eed62f28184e81836 (diff)
downloadgitlab-ce-dropdown-link-lineheight.tar.gz
Fixed dropdown line-heightdropdown-link-lineheight
Most noticable on the commit header
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 1ce7c57ebcd..d4d579a083d 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -124,6 +124,7 @@
position: relative;
padding: 5px 10px;
color: $dropdown-link-color;
+ line-height: initial;
text-overflow: ellipsis;
border-radius: 2px;
white-space: nowrap;