Skip to content

Commit

Permalink
Make media-body consume full available width
Browse files Browse the repository at this point in the history
as was the case up to 3.2.x, prior to twbs#14801
  • Loading branch information
shesek committed Nov 15, 2014
1 parent 0c15270 commit e8725ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/media.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.media {
display: table;
// Proper spacing between instances of .media
margin-top: 15px;

Expand All @@ -7,6 +8,10 @@
}
}

.media-body {
width: 100%;
}

.media-right,
.media > .pull-right {
padding-left: 10px;
Expand Down

0 comments on commit e8725ac

Please sign in to comment.