mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 23:56:09 +10:00
Set properly line heights
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user