1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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;
}