Skip to content

Commit

Permalink
fix(media): media body now fills the width of its container
Browse files Browse the repository at this point in the history
[Fixes #82743832]
  • Loading branch information
Paul Meskers committed Nov 17, 2014
1 parent 0042edf commit ae45de6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pivotal-ui/components/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ For example, `.media-stackable-xs` is stacked on screen sizes from 0-480px and t
&.media-stackable-lg {
@include media-stackable($screen-lg);
}

.media-body {
width: 1000000px;
}
}

/* To be removed when Bootstrap accepts PR #14801 and releases a new version */
Expand Down

0 comments on commit ae45de6

Please sign in to comment.