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

Disable .lead resizing in non-responsive example #12916

Closed
2called-chaos opened this issue Mar 4, 2014 · 2 comments
Closed

Disable .lead resizing in non-responsive example #12916

2called-chaos opened this issue Mar 4, 2014 · 2 comments
Labels
Milestone

Comments

@2called-chaos
Copy link

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.

@cvrebert cvrebert added the css label Mar 4, 2014
@saas786
Copy link
Contributor

saas786 commented Mar 4, 2014

@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).

You should consider https://github.com/bassjobsen/non-responsive-tb3 .

And don't expect core team to support non-responsive requests, as its no longer being tolerated in favor of responsiveness.

@mdo mdo added this to the v3.2.0 milestone Mar 4, 2014
@mdo
Copy link
Member

mdo commented Mar 4, 2014

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.

@mdo mdo closed this as completed in 6457950 Mar 4, 2014
ithcy pushed a commit to stevelaz/bootstrap that referenced this issue Mar 6, 2014
* upstream/master: (45 commits)
  fix twbs#12936
  Run `grunt update-shrinkwrap`
  [email protected]
  Fixes twbs#12901: Refactors list group active state for use on non-anchors
  nav
  Fixes twbs#12848: Account for and document progress bars at 0-3%
  use full version number in deprecation note
  clarify deprecation /cc @cvrebert
  Fixes twbs#12697: Document readonly inputs
  docs for twbs#12873
  grunt after merging twbs#12917
  Grunt after merging twbs#12863
  grunt
  Fixes twbs#12868: Enables icon feedback on validation states for large/small inputs.
  Fixes twbs#12913: Remove scoped media queries from custom xs grid mixins
  Fixes twbs#12914: Darken immediate children hr elements in jumbotrons
  Fixes twbs#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants