Skip to content

Commit

Permalink
Merge pull request #15391 from stubbornella/master
Browse files Browse the repository at this point in the history
Fixes #14990: Media bodies take up full width
  • Loading branch information
mdo committed Dec 21, 2014
2 parents 8777803 + 7551723 commit 4d2f68c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/media.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
overflow: hidden;
}

.media-body {
width: 10000px;
}

.media-object {
display: block;
}
Expand Down

0 comments on commit 4d2f68c

Please sign in to comment.