Fixed dropdown line-height

Most noticable on the commit header
This commit is contained in:
Phil Hughes 2016-06-08 12:24:10 +01:00
parent 915ad255cd
commit 8cd17f748b

View file

@ -124,6 +124,7 @@
position: relative; position: relative;
padding: 5px 10px; padding: 5px 10px;
color: $dropdown-link-color; color: $dropdown-link-color;
line-height: initial;
text-overflow: ellipsis; text-overflow: ellipsis;
border-radius: 2px; border-radius: 2px;
white-space: nowrap; white-space: nowrap;