0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #16350 from thomasphorton/master

Add max-width: none to .media > .img-thumbnail
This commit is contained in:
Mark Otto 2015-04-25 21:40:48 -07:00
commit 4f3feed2bd

View File

@ -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,