Fixed as per review

* Changed the line to the elements.less file
* inventory-item updated to reflect rich text issue
This commit is contained in:
Nikhil Nagarajan 2025-07-01 10:25:21 -04:00
parent 62e1ad4059
commit 99906c8dac
2 changed files with 3 additions and 1 deletions

View file

@ -206,6 +206,8 @@
opacity: 1;
transform: translateY(0);
grid-column: 1/-1; //For item descriptions in sheet elements
transition:
opacity 0.3s ease-out,
transform 0.3s ease-out;