mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Fixed dropdown title overlap
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
|
||||
.dropdown-title {
|
||||
position: relative;
|
||||
padding: 0 0 15px;
|
||||
padding: 0 25px 15px;
|
||||
margin: 0 10px 10px;
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
@@ -275,7 +275,7 @@
|
||||
}
|
||||
|
||||
.dropdown-menu-close {
|
||||
right: 7px;
|
||||
right: 5px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
top: -1px;
|
||||
|
||||
Reference in New Issue
Block a user