mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02: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