From 2da2169a56bf16c24c10914deaead344e2af3bb0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Aug 2012 13:06:47 -0700 Subject: fixes #4828: make fluid grid inputs size the same as fixed grid inputs --- less/responsive-767px-max.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'less') 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 { -- cgit v1.2.3