New icons

This commit is contained in:
2022-10-23 09:55:02 +02:00
parent 782b39d0be
commit 12c2c46724
16 changed files with 205 additions and 214 deletions

View File

@ -1351,6 +1351,7 @@ ul, li {
min-width: 6rem;
}
.item-field-label-long {
padding-top: 6px;
flex-grow:1;
max-width: 8rem;
min-width: 8rem;
@ -1369,4 +1370,8 @@ ul, li {
.item-controls-fixed {
min-width:3.2rem;
max-width: 3.2rem;
}
.item-field {
justify-content: flex-start;
flex-grow: 1;
}