Skip to content

Commit ceaaf6c

Browse files
committed
Fixed Twenty Twenty: Separator block (dots) does not render anymore
1 parent 9ed3553 commit ceaaf6c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,6 +3350,7 @@ hr.wp-block-separator {
33503350
.wp-block-separator.is-style-dots::before {
33513351
background: none;
33523352
color: inherit;
3353+
content: "···";
33533354
font-size: 3.2rem;
33543355
font-weight: 700;
33553356
height: auto;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,6 +3370,7 @@ hr.wp-block-separator {
33703370
.wp-block-separator.is-style-dots::before {
33713371
background: none;
33723372
color: inherit;
3373+
content: "···";
33733374
font-size: 3.2rem;
33743375
font-weight: 700;
33753376
height: auto;

0 commit comments

Comments
 (0)