Commit 7b8a4dd3 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Set properly line heights

parent 795199bf
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
color: $dropdown-link-color; color: $dropdown-link-color;
line-height: 16px; line-height: 34px;
text-overflow: ellipsis; text-overflow: ellipsis;
border-radius: 2px; border-radius: 2px;
white-space: nowrap; white-space: nowrap;
...@@ -136,6 +136,10 @@ ...@@ -136,6 +136,10 @@
background-color: $dropdown-empty-row-bg; background-color: $dropdown-empty-row-bg;
} }
} }
&.dropdown-menu-user-link {
line-height: 16px;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment