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

Merge pull request #16350 from thomasphorton/master

Add max-width: none to .media > .img-thumbnail
parents 3e3b331a ccb53aa9
Showing with 5 additions and 0 deletions
+5 -0
...@@ -19,6 +19,11 @@ ...@@ -19,6 +19,11 @@
.media-object { .media-object {
display: block; display: block;
// Fix collapse in webkit from max-width: 100% and display: table-cell.
&.img-thumbnail {
max-width: none;
}
} }
.media-right, .media-right,
......
Supports Markdown
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