mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
fixes #3291: remove float on responsive .thumbnails for 767px and down to ensure thumbnail images don't pop out of container in FF
This commit is contained in:
+4
@@ -805,7 +805,11 @@
|
||||
display: block;
|
||||
float: none;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
margin-left: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.input-large,
|
||||
.input-xlarge,
|
||||
|
||||
Reference in New Issue
Block a user