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

Inline-block visibility #11529

Closed
wants to merge 1 commit into from
Closed

Inline-block visibility #11529

wants to merge 1 commit into from

Conversation

geekcubed
Copy link

An attempt to address some of the elements affected by issue #8869

When applying visible-* to elements which should be displayed as inline-block, they are forced to display: block when the responsive break-point kicks in. This breaks things such as elements that are part of of a ul.list-inline.

This fix doesn't address all of the elements / classes that are set to inline-block - I can't see a use to apply visible-* to a single carousel indicator or drop-down caret.

An attempt to address some of the elements affected by issue #8869

When applying visible-* to elements which should be displayed as
inline-block, they are forced to display:block.  This breaks things such
as elements that are part of of a ul.list-inline.
@cvrebert
Copy link
Collaborator

All that special-casing isn't gonna fly.
We're going to fix this in v3.1 using the solution discussed in #8869, which is to add a new set of classes along the lines of .visible-xs-inlineblock, .visible-md-inline, etc.

@cvrebert cvrebert closed this Nov 18, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants