Commit 4f3feed2 authored by Mark Otto's avatar Mark Otto

Merge pull request #16350 from thomasphorton/master

Add max-width: none to .media > .img-thumbnail
parents 3e3b331a ccb53aa9
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment