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

Not an Issue: Custom Feature Added (span.visible-xx for inline visbility control) #13701

Closed
seavor opened this issue May 29, 2014 · 1 comment

Comments

@seavor
Copy link

seavor commented May 29, 2014

I added the following to give myself visibility control over inline elements for all 4 sizes with-in their appropriate media queries (in the final compiled Bootstrap CSS file). Previously the .visible utility would render the element automatically a block-level element, even when used with a SPAN tag.

span.visible-xs { display: inline !important; }

Maybe there was already a way to do this, but if not, then here you go :)

Further apologies if i broke any standards with my reporting method. Seemed a useful and easy feature to include in a future release.

@seavor seavor changed the title Not an Issue: Custom Feature Added Not an Issue: Custom Feature Added (span.visible-xx) May 29, 2014
@seavor seavor changed the title Not an Issue: Custom Feature Added (span.visible-xx) Not an Issue: Custom Feature Added (span.visible-xx for inline elements) May 29, 2014
@seavor seavor changed the title Not an Issue: Custom Feature Added (span.visible-xx for inline elements) Not an Issue: Custom Feature Added (span.visible-xx for inline visbility control) May 29, 2014
@cvrebert
Copy link
Collaborator

Covered by #12204.

@twbs twbs locked and limited conversation to collaborators Apr 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants