mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Bugfix for item input to resourceDiceDialog
This commit is contained in:
parent
8fc26495c1
commit
b0a0971d0c
3 changed files with 10 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue