From ae45de6f5b7ae1863d2e2a30bfc04175e406ca69 Mon Sep 17 00:00:00 2001 From: Paul Meskers Date: Mon, 17 Nov 2014 15:03:01 -0500 Subject: [PATCH] fix(media): media body now fills the width of its container [Fixes #82743832] --- src/pivotal-ui/components/media.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pivotal-ui/components/media.scss b/src/pivotal-ui/components/media.scss index 2554744ec..256f2dc97 100644 --- a/src/pivotal-ui/components/media.scss +++ b/src/pivotal-ui/components/media.scss @@ -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 */