Fixed dropdown line-height
Most noticable on the commit header
This commit is contained in:
parent
915ad255cd
commit
8cd17f748b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue