We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843fa85 commit 6b95519Copy full SHA for 6b95519
packages/block-library/src/html/editor.scss
@@ -10,6 +10,7 @@
10
// The editing view for the HTML block is equivalent to block UI.
11
// Therefore we increase specificity to avoid theme styles bleeding in.
12
.block-editor-plain-text {
13
+ display: block;
14
box-sizing: border-box;
15
max-height: 250px;
16
@include editor-input-reset();
0 commit comments