fix: Full-width images in editor are incorrectly aligned in RTL documents
closes #4712
This commit is contained in:
@@ -295,6 +295,7 @@ li {
|
||||
max-width: 100vw;
|
||||
clear: both;
|
||||
position: initial;
|
||||
${props.rtl ? `margin-right: var(--offset)` : `margin-left: var(--offset)`};
|
||||
|
||||
img {
|
||||
max-width: 100vw;
|
||||
|
||||
Reference in New Issue
Block a user