Skip to content

Commit 11a8303

Browse files
committed
Fix color of latest-posts in editor if block is grouped with background-color
1 parent c23aff7 commit 11a8303

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)