Commit 1bb7c0e6 authored by Mark Otto's avatar Mark Otto

fixes #4254: make .span12 expand full width of a parent when responsive

parent 3c742fc0
......@@ -814,6 +814,13 @@
width: auto;
margin-left: 0;
}
.span12,
.row-fluid .span12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.input-large,
.input-xlarge,
.input-xxlarge,
......
......@@ -62,6 +62,11 @@
width: auto;
margin-left: 0;
}
.span12,
.row-fluid .span12 {
width: 100%;
.box-sizing(border-box);
}
// FORM FIELDS
// -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment