Skip to content

Commit 44acb2c

Browse files
committed
fix: make typography settings headings consistent
1 parent 53361ff commit 44acb2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/plugins/global-settings/typography/editor.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99

1010
.components-base-control__label {
1111
overflow: hidden;
12+
h1,
13+
h2,
14+
h3,
15+
h4,
16+
h5,
17+
h6 {
18+
font-size: revert;
19+
text-transform: unset;
20+
font-weight: unset;
21+
}
1222
}
1323
}
1424
> .components-base-control__field {

0 commit comments

Comments
 (0)