fix media embed width
This commit is contained in:
parent
dd3433374b
commit
e25f9d9c9c
1 changed files with 6 additions and 0 deletions
|
@ -80,3 +80,9 @@ div[class^="contentContainer-"] div[class*="stickyHeader-"] {
|
|||
padding-right: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// media embed fixes
|
||||
div.inlineMediaEmbed-1m3ApS {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue