mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Added 100% width to open dropdown menus on mobile
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
.open {
|
||||
.dropdown-menu {
|
||||
display: block;
|
||||
@media (max-width: $screen-xs-max) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu-toggle {
|
||||
|
||||
Reference in New Issue
Block a user