You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visible-* classes applied to li items that are part of a list-inline styled list do not render inline, as the display: block !important; overrides the display: inline-block; for the list.
Visible-* classes applied to li items that are part of a list-inline styled list do not render inline, as the display: block !important; overrides the display: inline-block; for the list.
Demo - http://www.bootply.com/73333#
Consider a fix of
.list-inline > li.visible-sm { display: inline-block !important; }
and similar at for the -md and -lg classes at the correct breakpoints.
The text was updated successfully, but these errors were encountered: