1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-27 08:15:00 +04:00

Do not display empty <fieldset> (#2045)

This commit is contained in:
BG-Software
2025-01-07 22:45:07 +01:00
committed by GitHub
parent bc1d1a3066
commit df46ee7664
2 changed files with 9 additions and 0 deletions

View File

@@ -130,6 +130,10 @@ Form control
border-radius: var(--#{$prefix}border-radius);
}
fieldset:empty {
display: none;
}
/**
Form help
*/