Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list-inline conflict with visible-* #9322

Closed
geekcubed opened this issue Aug 10, 2013 · 1 comment
Closed

list-inline conflict with visible-* #9322

geekcubed opened this issue Aug 10, 2013 · 1 comment

Comments

@geekcubed
Copy link

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.

@cvrebert
Copy link
Collaborator

Duplicate of #8869. The docs explicitly warn that the responsive utility classes use display: block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants