mirror of
https://github.com/tabler/tabler.git
synced 2026-06-20 06:10:08 +04:00
Do not display empty <fieldset> (#2045)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Do not display empty `fieldset` element
|
||||
@@ -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