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
If the viewport is narrower than 752px the text inside p.lead (Disable the responsiveness…) changes it's size. I'm also pretty sure that there was some input resize going on when using horizontal forms but I'm not sure if this is still an issue.
The text was updated successfully, but these errors were encountered:
@2called-chaos please provide your live link, as if you see non-responsive example and download it on local system and add p.lead to it, it will work fine.
Not sure about stackoverflow solution, whether its valid non-responsive solution or not (as I myself tried to achieve same result and end up using responsive grid).
Once again, there's really no practical way to undo everything here to support a non-responsive project. I can fix the .lead though, and potentially other more specific projects as they come up. I've updated the title to reflect the specific bug report.
* upstream/master: (45 commits)
fixtwbs#12936
Run `grunt update-shrinkwrap`
[email protected]Fixestwbs#12901: Refactors list group active state for use on non-anchors
nav
Fixestwbs#12848: Account for and document progress bars at 0-3%
use full version number in deprecation note
clarify deprecation /cc @cvrebertFixestwbs#12697: Document readonly inputs
docs for twbs#12873
grunt after merging twbs#12917
Grunt after merging twbs#12863
grunt
Fixestwbs#12868: Enables icon feedback on validation states for large/small inputs.
Fixestwbs#12913: Remove scoped media queries from custom xs grid mixins
Fixestwbs#12914: Darken immediate children hr elements in jumbotrons
Fixestwbs#12916: Don't let .lead resize on viewport change
add svg logos to brand guidelines
Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take boolean values.
grunt
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
I have my problems with responsiveness and I've already managed it to disable responsiveness properly (I hope) with this stackoverflow tip.
http://getbootstrap.com/examples/non-responsive/
If the viewport is narrower than 752px the text inside p.lead (Disable the responsiveness…) changes it's size. I'm also pretty sure that there was some input resize going on when using horizontal forms but I'm not sure if this is still an issue.
The text was updated successfully, but these errors were encountered: