mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 01:21:00 +00:00
Merge pull request #15391 from stubbornella/master
Fixes #14990: Media bodies take up full width
This commit is contained in:
commit
4d2f68c437
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