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 8805ceb commit 3885eb7Copy full SHA for 3885eb7
modules/ve2/ce/styles/ve.ce.Node.css
@@ -16,12 +16,12 @@
16
width: 1px;*/
17
}
18
19
-.ve-ce-branchNode h1,
20
-.ve-ce-branchNode h2,
21
-.ve-ce-branchNode h3,
22
-.ve-ce-branchNode h4,
23
-.ve-ce-branchNode h5,
24
-.ve-ce-branchNode h6,
25
-.ve-ce-branchNode p {
26
- min-height: 1em;
+.ve-ce-branchNode h1:empty:before,
+.ve-ce-branchNode h2:empty:before,
+.ve-ce-branchNode h3:empty:before,
+.ve-ce-branchNode h4:empty:before,
+.ve-ce-branchNode h5:empty:before,
+.ve-ce-branchNode h6:empty:before,
+.ve-ce-branchNode p:empty:before {
+ content: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
27
0 commit comments