Fix bug with embeds overflowing content width

This commit is contained in:
John O'Nolan 2019-02-18 12:54:29 +07:00
parent 40ae0e97f9
commit c8c63d170c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1887,7 +1887,7 @@ Usage (In Ghost editor):
display: flex;
flex-direction: column;
align-items: center;
min-width: 100%;
width: 100%;
}
.kg-embed-card .fluid-width-video-wrapper {