Finish the Inventory item improvements

This commit is contained in:
Oliver-Akins 2024-02-06 19:29:05 -07:00
parent 83039c6144
commit 2f8ec1b79c
9 changed files with 107 additions and 13 deletions

View file

@ -11,6 +11,6 @@
gap: 8px;
.name { grid-area: name; }
.usage { grid-area: usage; }
.usage { grid-area: usage; white-space: nowrap; }
.description { grid-area: description; }
}