Set properly line heights

This commit is contained in:
Alfredo Sumaran 2016-03-28 17:52:20 -05:00
parent 795199bf04
commit 7b8a4dd351

View file

@ -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;
}
}
}