Skip to content

Commit ab4ee0c

Browse files
committed
As suggested changes has been Done
1 parent ceaaf6c commit ab4ee0c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/wp-content/themes/twentytwenty/style-rtl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,6 +3365,10 @@ hr.wp-block-separator {
33653365
content: none;
33663366
}
33673367

3368+
.wp-block-separator.is-style-dots {
3369+
height: auto;
3370+
}
3371+
33683372

33693373
/* Block: Search ----------------------------- */
33703374

src/wp-content/themes/twentytwenty/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,6 +3385,10 @@ hr.wp-block-separator {
33853385
content: none;
33863386
}
33873387

3388+
.wp-block-separator.is-style-dots {
3389+
height: auto;
3390+
}
3391+
33883392

33893393
/* Block: Search ----------------------------- */
33903394

0 commit comments

Comments
 (0)