Commit ccb53aa9 authored by Thomas P. Horton's avatar Thomas P. Horton

Fix collapsing .img-thumbnail due to display: table-cell clashing with max-width

parent 6ba595f3
......@@ -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