1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02: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

View File

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