Skip to content

Commit

Permalink
Fixes #14990: Media bodies take up full width
Browse files Browse the repository at this point in the history
Signed-off-by: Beatrice Peng <[email protected]>
  • Loading branch information
stubbornella authored and bebepeng committed Dec 17, 2014
1 parent 8deda61 commit 7551723
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;

This comment has been minimized.

Copy link
@pvign

pvign Feb 11, 2015

Hi,
is there any mistake on this value ? A 100% width seems to be more accurate than 10000px.

}

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

0 comments on commit 7551723

Please sign in to comment.