Adding styles to make the text div take up the full area of the inventory items

This commit is contained in:
nsalyzyn 2025-12-18 15:20:21 -07:00
parent 51eadc499f
commit babc55b1f2

View file

@ -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);