2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix overflowing thumbnails in responsive <767px layouts

This commit is contained in:
Mark Otto
2012-03-11 15:15:55 -07:00
parent a97b9c1122
commit ce292a8bb8
4 changed files with 39 additions and 9 deletions
+9
View File
@@ -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;
}
*/
}