mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix]: Make biography sections take whole space
This commit is contained in:
parent
630ba5ab7d
commit
f30e0be5bd
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue