2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+4
View File
@@ -13,6 +13,10 @@
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}