1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-25 04:12:55 +01: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
commit 4d2f68c437

View File

@ -13,6 +13,10 @@
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}