@grid-float-breakpoint doesn't affect dropdowns
impressionestudio opened this issue · 3 comments
Hi all,
I used the customized version of Bootstrap and changed only the parameter "@grid-float-breakpoint" so the dropdown list appear in a wider size of the template.
In particular I changed the parameter from "@screen-sm-min" to "@screen-md-min".
The problem is that the second level submenu in the dropdown list is not styled the correct way (mobile version) but it remains like the desktop version.
The work here #10465 fixes it, but that Pull Request was closed without committing by the maintainer.
Second level submenu? We don't support submenus. Please elaborate, possibly with screenshots and/or a jsbin or jsfiddle.
(When I say second level submenu, I mean the submenu someone sees in the menu of the "carousel" example.)
I saw the following solution bpugh@3873b61 but I guess that if someone is using the customized version of Bootstrap it shouldn't be necessary to do fixes to the code.