Commit 4d2f68c4 authored by Mark Otto's avatar Mark Otto

Merge pull request #15391 from stubbornella/master

Fixes #14990: Media bodies take up full width
parents 8777803a 75517230
......@@ -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