Added 100% width to open dropdown menus on mobile
This commit is contained in:
parent
1cc3d14a6c
commit
acde2e30b6
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
|||
.open {
|
||||
.dropdown-menu {
|
||||
display: block;
|
||||
@media (max-width: $screen-xs-max) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu-toggle {
|
||||
|
|
Loading…
Reference in a new issue