Only hide immediate children of label[x-show]

Otherwise, it affects the ones inside CKEditor
This commit is contained in:
jordi fita mas 2023-12-22 04:12:03 +01:00
parent cdf32a0234
commit 92db4dfff6
1 changed files with 1 additions and 1 deletions

View File

@ -671,6 +671,6 @@ textarea {
background-color: var(--camper--color--hay);
}
label[x-show] span, label[x-show] br {
label[x-show] > span, label[x-show] > br {
display: none;
}