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:
@@ -130,6 +130,10 @@ Form control
|
||||
border-radius: var(--#{$prefix}border-radius);
|
||||
}
|
||||
|
||||
fieldset:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
Form help
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user