form-field__textarea-info - hide if no children
This prevents extra whitespace under the textarea when all widgets in `info` are removed.
This commit is contained in:
parent
c71b90cecf
commit
085fe44463
1 changed files with 4 additions and 0 deletions
|
@ -454,6 +454,10 @@ fieldset-group {
|
|||
margin-bottom: var(--spacing-s);
|
||||
}
|
||||
|
||||
.form-field__textarea-info:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-field__quick-emojis {
|
||||
> *:not(:last-child) {
|
||||
margin-right: var(--spacing-s);
|
||||
|
|
Loading…
Reference in a new issue