Added 100% width to open dropdown menus on mobile

This commit is contained in:
Luke "Jared" Bennett 2016-06-22 00:17:44 +01:00
parent 1cc3d14a6c
commit acde2e30b6
No known key found for this signature in database
GPG key ID: 8B91010378F2851F

View file

@ -22,6 +22,9 @@
.open {
.dropdown-menu {
display: block;
@media (max-width: $screen-xs-max) {
width: 100%;
}
}
.dropdown-menu-toggle {