Skip to content
Snippets Groups Projects

Added 100% width to open dropdown menus on mobile

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -22,6 +22,9 @@
@@ -22,6 +22,9 @@
.open {
.open {
.dropdown-menu {
.dropdown-menu {
display: block;
display: block;
 
@media (max-width: $screen-xs-max) {
 
width: 100%;
 
}
}
}
.dropdown-menu-toggle {
.dropdown-menu-toggle {
Loading