Commit 75517230 authored by Nicole Sullivan's avatar Nicole Sullivan Committed by Beatrice Peng

Fixes #14990: Media bodies take up full width

Signed-off-by: default avatarBeatrice Peng <bpeng@pivotal.io>
parent 8deda611
......@@ -13,6 +13,10 @@
overflow: hidden;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment