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
When applying .hidden-xs to a LI element inside a ul.list-inline list, the li element(s) the .hidden-xs are applied to break the inline and cause the li to break to a new row like in a traditional list.
I was trying to achieve a list in a footer where on small displays, some elements wouldn't appear to avoid wrapping.
Here's a fiddle reproducing the problem (you may have to widen the output frame so the responsive feature doesn't take effect): http://jsfiddle.net/8HU6H/
The text was updated successfully, but these errors were encountered:
When applying .hidden-xs to a LI element inside a ul.list-inline list, the li element(s) the .hidden-xs are applied to break the inline and cause the li to break to a new row like in a traditional list.
I was trying to achieve a list in a footer where on small displays, some elements wouldn't appear to avoid wrapping.
Here's a fiddle reproducing the problem (you may have to widen the output frame so the responsive feature doesn't take effect): http://jsfiddle.net/8HU6H/
The text was updated successfully, but these errors were encountered: