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

Jumbotron doesn't wrap text #37

Closed
balassy opened this issue Oct 19, 2013 · 3 comments
Closed

Jumbotron doesn't wrap text #37

balassy opened this issue Oct 19, 2013 · 3 comments
Labels

Comments

@balassy
Copy link

balassy commented Oct 19, 2013

The paragraph content ("This is a simple hero unit...") in the Jumbotron horizontally overflows the container instead of automatically breaking to lines.

Tested in IE11 and FF24 on Windows 8.1.

Chrome does some line breaking but the content still overflows.

@Spinarooni
Copy link
Contributor

The example at http://talkslab.com/metro-bootstrap/components.html#jumbotron currently contains a div with a container class within it. In BS 3 that will cause the Jumbotron to go "full width" (http://getbootstrap.com/components/#jumbotron). Removing the container class from the div fixes the issue.

@balassy
Copy link
Author

balassy commented Nov 8, 2013

Thank you for fixing it. Glad to see that it was only a markup problem and not a CSS issue.

@ghost
Copy link

ghost commented Nov 25, 2013

Had this same issue today and removing the container div resolved it. Many thanks!

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

2 participants