mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fixes #4828: make fluid grid inputs size the same as fixed grid inputs
This commit is contained in:
+4
-1
@@ -817,8 +817,11 @@
|
|||||||
.row-fluid [class*="span"] {
|
.row-fluid [class*="span"] {
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.span12,
|
.span12,
|
||||||
.row-fluid .span12 {
|
.row-fluid .span12 {
|
||||||
|
|||||||
@@ -61,8 +61,9 @@
|
|||||||
.row-fluid [class*="span"] {
|
.row-fluid [class*="span"] {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
width: auto;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
.box-sizing(border-box);
|
||||||
}
|
}
|
||||||
.span12,
|
.span12,
|
||||||
.row-fluid .span12 {
|
.row-fluid .span12 {
|
||||||
|
|||||||
Reference in New Issue
Block a user