Try adding the following css rule in file custom.css
:
div.block-properties > div:has(div:empty) {
display: none;
}
Try adding the following css rule in file custom.css
:
div.block-properties > div:has(div:empty) {
display: none;
}