diff options
| author | Mark Otto <[email protected]> | 2012-03-11 15:15:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 15:15:55 -0700 |
| commit | ce292a8bb8129cd16425e3428a461891e78e3a3c (patch) | |
| tree | f43e1a19e4b2b6bd5b21523bbf404574d734c50c /less/responsive.less | |
| parent | a97b9c112238d3f146276a97998ed5c2bb1bc1bc (diff) | |
| download | bootstrap-ce292a8bb8129cd16425e3428a461891e78e3a3c.tar.xz bootstrap-ce292a8bb8129cd16425e3428a461891e78e3a3c.zip | |
fix overflowing thumbnails in responsive <767px layouts
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less index 0003cd6d0..a83eb8729 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -189,6 +189,13 @@ margin: 0; } + // THUMBNAILS + // ---------- + .thumbnails [class*="span"] { + width: auto; + } + +/* // FORM FIELDS // ----------- // Make them behave like divs @@ -198,7 +205,9 @@ .uneditable-input { .box-sizing(border-box); max-width: 100%; + min-height: 20px; } +*/ } |
