twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Home Page:https://getbootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@grid-float-breakpoint doesn't affect dropdowns

impressionestudio opened this issue · 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.