When styling the messages and spacing around it I would like to be able to hide the message box when empty.
#system-message:empty {
display: none;
}
Because the opening of PHP starts on a new line there is some obsolete spacing rendered.
When PR is merged the empty message box will appear together with its spacing
hmm in layout files we usally have an opening and an closing php tag per line as per our coding rules. Can you give us more context so we might find a better solution for that issue?
hmm in layout files we usally have an opening and an closing php tag per line as per our coding rules. Can you give us more context so we might find a better solution for that issue?