mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixes #14990: Media bodies take up full width
Signed-off-by: Beatrice Peng <bpeng@pivotal.io>
This commit is contained in:
parent
8deda6116f
commit
7551723054
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.media-body {
|
||||
width: 10000px;
|
||||
}
|
||||
|
||||
.media-object {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue