]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix collapsing .img-thumbnail due to display: table-cell clashing with max-width 16350/head
authorThomas P. Horton <thomasphorton@gmail.com>
Fri, 24 Apr 2015 02:23:51 +0000 (19:23 -0700)
committerThomas P. Horton <thomasphorton@gmail.com>
Sat, 25 Apr 2015 04:21:39 +0000 (21:21 -0700)
less/media.less

index a6bf78192469c48166b7ddcd494ba2cbec376233..8c835e861edf28f7c3c49f18caf09d626565e11d 100644 (file)
 
 .media-object {
   display: block;
+
+  // Fix collapse in webkit from max-width: 100% and display: table-cell.
+  &.img-thumbnail {
+    max-width: none;
+  }
 }
 
 .media-right,