Bugfix for item input to resourceDiceDialog

This commit is contained in:
WBHarry 2025-07-14 00:39:51 +02:00
parent 8fc26495c1
commit b0a0971d0c
3 changed files with 10 additions and 5 deletions

View file

@ -17,6 +17,7 @@
.resource-items {
display: flex;
justify-content: center;
gap: 8px;
.resource-item {
@ -51,6 +52,7 @@
button {
flex: 1;
white-space: nowrap;
}
}
}