Skip to content
Snippets Groups Projects
Unverified Commit acde2e30 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Added 100% width to open dropdown menus on mobile

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