Skip to content

Commit 627b9ff

Browse files
fix: add rtl suport for style
1 parent 467eb04 commit 627b9ff

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,10 @@
280280
/* POST TITLE */
281281

282282
.editor-styles-wrapper .wp-block-post-title {
283-
max-width: 1000px;
284283
margin: 0 auto;
284+
}
285+
286+
.editor-styles-wrapper .editor-visual-editor__post-title-wrapper .wp-block-post-title {
285287
text-align: center;
286288
}
287289

@@ -1163,6 +1165,16 @@ hr.wp-block-separator.is-style-dots::before {
11631165

11641166
.editor-styles-wrapper ul.wp-block-post-template {
11651167
padding-right: 0;
1168+
max-width: 100%;
1169+
}
1170+
1171+
.editor-styles-wrapper ul.wp-block-post-template li {
1172+
max-width: 100%;
1173+
width: 100%;
1174+
}
1175+
1176+
.editor-styles-wrapper ul.wp-block-post-template li > * {
1177+
max-width: inherit;
11661178
}
11671179

11681180

0 commit comments

Comments
 (0)