mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Adding styles to make the text div take up the full area of the inventory items
This commit is contained in:
parent
51eadc499f
commit
babc55b1f2
1 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,9 @@
|
|||
|
||||
.item-label {
|
||||
flex: 1;
|
||||
align-self: center;
|
||||
align-self: stretch;
|
||||
align-content: center;
|
||||
|
||||
|
||||
.item-name {
|
||||
font-size: var(--font-size-14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue