From ce292a8bb8129cd16425e3428a461891e78e3a3c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 15:15:55 -0700 Subject: fix overflowing thumbnails in responsive <767px layouts --- docs/assets/css/bootstrap-responsive.css | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'docs/assets/css/bootstrap-responsive.css') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index f1ab51a21..03e8cf1a6 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -168,16 +168,22 @@ width: auto; margin: 0; } - input, - textarea, - select, - .uneditable-input { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - max-width: 100%; + .thumbnails [class*="span"] { + width: auto; } + /* + // FORM FIELDS + // ----------- + // Make them behave like divs + input, + textarea, + select, + .uneditable-input { + .box-sizing(border-box); + max-width: 100%; + min-height: 20px; + } + */ } @media (min-width: 768px) and (max-width: 979px) { .row { -- cgit v1.2.3