More fixes for RTL styles.
This commit is contained in:
parent
f98d8270ac
commit
916c060d49
1 changed files with 8 additions and 1 deletions
|
@ -858,6 +858,7 @@
|
|||
|
||||
.rtl ol.wp-block-latest-comments {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.wp-block-latest-comments__comment-excerpt p:last-child {
|
||||
|
@ -866,10 +867,16 @@
|
|||
|
||||
/* Latest Posts */
|
||||
|
||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
||||
.rtl .edit-post-visual-editor .wp-block-latest-posts {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid,
|
||||
.rtl .edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
|
||||
|
|
Loading…
Reference in a new issue