This commit is contained in:
WBHarry 2026-03-09 19:09:53 +01:00
parent 85229faf52
commit 51e681cef9
4 changed files with 15 additions and 4 deletions

View file

@ -3,6 +3,14 @@
display: flex;
flex-direction: column;
gap: 16px;
overflow: auto;
max-height: 570px;
fieldset legend {
display: flex;
align-items: center;
gap: 4px;
}
.resource-type-container {
width: 100%;