mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 06:06:47 +02:00
fix overflowing thumbnails in responsive <767px layouts
This commit is contained in:
Binary file not shown.
24
docs/assets/css/bootstrap-responsive.css
vendored
24
docs/assets/css/bootstrap-responsive.css
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user