From 99906c8dac1280238abcfab6efeae48b62e596d0 Mon Sep 17 00:00:00 2001 From: Nikhil Nagarajan Date: Tue, 1 Jul 2025 10:25:21 -0400 Subject: [PATCH] Fixed as per review * Changed the line to the elements.less file * inventory-item updated to reflect rich text issue --- styles/less/global/elements.less | 2 ++ templates/sheets/global/partials/inventory-item.hbs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/less/global/elements.less b/styles/less/global/elements.less index c4745a16..dbed0ca2 100755 --- a/styles/less/global/elements.less +++ b/styles/less/global/elements.less @@ -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; diff --git a/templates/sheets/global/partials/inventory-item.hbs b/templates/sheets/global/partials/inventory-item.hbs index 2e539d84..a33c99d5 100644 --- a/templates/sheets/global/partials/inventory-item.hbs +++ b/templates/sheets/global/partials/inventory-item.hbs @@ -127,5 +127,5 @@ -
{{#unless isSidebar}}{{item.system.description}}{{/unless}}
+
{{#unless isSidebar}}{{{item.system.description}}}{{/unless}}
\ No newline at end of file