1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 04:51:39 +02:00

Fixes #14990: Media bodies take up full width

Signed-off-by: Beatrice Peng <bpeng@pivotal.io>
This commit is contained in:
Nicole Sullivan
2014-12-17 11:19:06 -05:00
committed by Beatrice Peng
parent 8deda6116f
commit 7551723054

View File

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