We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2137cd6 commit 2da2169Copy full SHA for 2da2169
docs/assets/css/bootstrap-responsive.css
@@ -817,8 +817,11 @@
817
.row-fluid [class*="span"] {
818
display: block;
819
float: none;
820
- width: auto;
+ width: 100%;
821
margin-left: 0;
822
+ -webkit-box-sizing: border-box;
823
+ -moz-box-sizing: border-box;
824
+ box-sizing: border-box;
825
}
826
.span12,
827
.row-fluid .span12 {
less/responsive-767px-max.less
@@ -61,8 +61,9 @@
61
62
63
64
65
66
+ .box-sizing(border-box);
67
68
69
0 commit comments