Commit acde2e30 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Added 100% width to open dropdown menus on mobile

parent 1cc3d14a
......@@ -22,6 +22,9 @@
.open {
.dropdown-menu {
display: block;
@media (max-width: $screen-xs-max) {
width: 100%;
}
}
.dropdown-menu-toggle {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment