aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/responsive-767px-max.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index eebecb8e4..79c7eaa82 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -61,8 +61,9 @@
.row-fluid [class*="span"] {
float: none;
display: block;
- width: auto;
+ width: 100%;
margin-left: 0;
+ .box-sizing(border-box);
}
.span12,
.row-fluid .span12 {