mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Fix overflow on project panel if https enabled and resolution < 1100px
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
@include border-radius(0px);
|
||||
border-left: 1px solid #E1E1E1;
|
||||
box-shadow: none;
|
||||
padding: 6px 10px;
|
||||
padding: 6px 9px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
||||
Reference in New Issue
Block a user