mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
fixes #4254: make .span12 expand full width of a parent when responsive
This commit is contained in:
parent
3c742fc08b
commit
1bb7c0e669
7
docs/assets/css/bootstrap-responsive.css
vendored
7
docs/assets/css/bootstrap-responsive.css
vendored
@ -814,6 +814,13 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
margin-left: 0;
|
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-large,
|
||||||
.input-xlarge,
|
.input-xlarge,
|
||||||
.input-xxlarge,
|
.input-xxlarge,
|
||||||
|
@ -62,6 +62,11 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.span12,
|
||||||
|
.row-fluid .span12 {
|
||||||
|
width: 100%;
|
||||||
|
.box-sizing(border-box);
|
||||||
|
}
|
||||||
|
|
||||||
// FORM FIELDS
|
// FORM FIELDS
|
||||||
// -----------
|
// -----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user