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

Esse commit está contido em:
Thomas P. Horton
2015-04-23 19:23:51 -07:00
commit ccb53aa983
+5
Ver Arquivo
@@ -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,