From 1bb7c0e669bfa431b190ed3b283be93f27cf0eae Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 19:33:37 -0700 Subject: fixes #4254: make .span12 expand full width of a parent when responsive --- less/responsive-767px-max.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'less') 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 // ----------- -- cgit v1.2.3