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 37dca6d commit 0cb5489Copy full SHA for 0cb5489
blocks/library/preformatted/index.js
@@ -1,6 +1,7 @@
1
/**
2
* Internal dependencies
3
*/
4
+import './style.scss';
5
import { registerBlock, createBlock, query } from '../../api';
6
import Editable from '../../editable';
7
blocks/library/preformatted/style.scss
@@ -0,0 +1,5 @@
+div[data-type="core/preformatted"] {
+ pre {
+ white-space: pre-wrap;
+ }
+}
0 commit comments