mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Do not display empty <fieldset> (#2045)
This commit is contained in:
5
.changeset/soft-suits-count.md
Normal file
5
.changeset/soft-suits-count.md
Normal file
@@ -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);
|
border-radius: var(--#{$prefix}border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Form help
|
Form help
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user