Skip to content

Commit a1440be

Browse files
authored
Fix color of latest-posts in editor if block is grouped with background-color (#681)
1 parent c23aff7 commit a1440be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

assets/css/editor-style.css

+3
Original file line numberDiff line numberDiff line change
@@ -521,3 +521,6 @@ p a {
521521
padding-left: 5vw;
522522
padding-right: 5vw;
523523
}
524+
.bg-white {
525+
background-color: #fff;
526+
}

0 commit comments

Comments
 (0)