mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Fix collapsing .img-thumbnail due to display: table-cell clashing with max-width
This commit is contained in:
parent
6ba595f3ff
commit
ccb53aa983
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue