Fix bug with embeds overflowing content width

This commit is contained in:
John O'Nolan 2019-02-18 12:54:29 +07:00
父节点 40ae0e97f9
当前提交 c8c63d170c
共有 3 个文件被更改,包括 3 次插入3 次删除

文件差异因一行或多行过长而隐藏

文件差异因一行或多行过长而隐藏

查看文件

@ -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 {