5 lines
77 B
CSS
Executable File
Vendored
5 lines
77 B
CSS
Executable File
Vendored
.custom-page-body p:empty:before {
|
|
content: '';
|
|
display: inline-block;
|
|
}
|