Improved optional fieldset styling

This commit is contained in:
WBHarry 2026-06-26 19:31:15 +02:00
parent 1cecb4251d
commit da44ff2510
3 changed files with 7 additions and 3 deletions

View file

@ -305,6 +305,10 @@
min-height: auto;
row-gap: 0;
&.active {
row-gap: 10px;
}
legend {
display: flex;
align-items: center;