mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
Merge pull request #16350 from thomasphorton/master
Add max-width: none to .media > .img-thumbnail
This commit is contained in:
commit
4f3feed2bd
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