[Fix]: Make biography sections take whole space

This commit is contained in:
Alan Guzek 2025-11-29 00:59:20 +01:00
parent 630ba5ab7d
commit f30e0be5bd

View file

@ -15,6 +15,14 @@
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
fieldset {
flex: 1;
}
fieldset:first-child {
max-height: max-content;
}
}
}
}