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:
@@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user