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

box-sizing not working in IE 8 #10406

Closed
bcullman opened this issue Sep 3, 2013 · 2 comments
Closed

box-sizing not working in IE 8 #10406

bcullman opened this issue Sep 3, 2013 · 2 comments
Labels
Milestone

Comments

@bcullman
Copy link
Contributor

bcullman commented Sep 3, 2013

In grid.less, the CSS class ".container" specifies max-midth only.

For box-sizing to work properly in IE8, ".container" needs to have the CSS width property specified.

@miniplus
Copy link

I'm currently running the documentation locally with an updated bootstrap.css so the documentation gets shown in different styling. Changing the max-width to width in commit 0a78e79 caused the jumbotron to overflow as seen in the screenshot below.

jumbotron container

@cvrebert cvrebert reopened this Oct 16, 2013
@mdo
Copy link
Member

mdo commented Oct 16, 2013

The jumbotron issue is already resolved in master since the .container is no longer present there.

@mdo mdo closed this as completed Oct 16, 2013
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
…ad of max-width as IE8 improperly computes width
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
…ad of max-width as IE8 improperly computes width
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants