aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/responsive-767px-max.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 18c96ee0b..65e019a8f 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -62,6 +62,11 @@
width: auto;
margin-left: 0;
}
+ .span12,
+ .row-fluid .span12 {
+ width: 100%;
+ .box-sizing(border-box);
+ }
// FORM FIELDS
// -----------