Skip to content

Commit

Permalink
fix the NoPreview component's styling issues (#33200)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored and noisysocks committed Jul 6, 2021
1 parent d7d583b commit e593cee
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/widgets/src/blocks/legacy-widget/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,15 @@
width: 100%;
}

.wp-block-legacy-widget__edit-no-preview {
.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview.wp-block-legacy-widget__edit-no-preview {
&,
& h3,
& p {
font-family: $default-font;
font-size: $default-font-size;
}

background: $gray-100;
font-family: $default-font;
font-size: $default-font-size;
padding: $grid-unit-10 $grid-unit-15;

h3 {
Expand Down

0 comments on commit e593cee

Please sign in to comment.