2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #15391 from stubbornella/master

Fixes #14990: Media bodies take up full width
This commit is contained in:
Mark Otto
2014-12-20 22:15:15 -08:00
+4
View File
@@ -13,6 +13,10 @@
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}