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
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.
The text was updated successfully, but these errors were encountered:
seavor
changed the title
Not an Issue: Custom Feature Added
Not an Issue: Custom Feature Added (span.visible-xx)
May 29, 2014
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
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
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.
The text was updated successfully, but these errors were encountered: