mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Fix collapsing .img-thumbnail due to display: table-cell clashing with max-width
This commit is contained in:
parent
6ba595f3ff
commit
ccb53aa983
@ -19,6 +19,11 @@
|
||||
|
||||
.media-object {
|
||||
display: block;
|
||||
|
||||
// Fix collapse in webkit from max-width: 100% and display: table-cell.
|
||||
&.img-thumbnail {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.media-right,
|
||||
|
Loading…
x
Reference in New Issue
Block a user