diff --git a/styles/daggerheart.css b/styles/daggerheart.css index 4dbf6ac4..a1131616 100755 --- a/styles/daggerheart.css +++ b/styles/daggerheart.css @@ -4620,6 +4620,7 @@ div.daggerheart.views.multiclass { opacity: 1; transform: translateY(0); transition: opacity 0.3s ease-out, transform 0.3s ease-out; + grid-column: 1/-1; } .application.sheet.dh-style .item-description.invisible { height: 0; diff --git a/templates/sheets/global/partials/inventory-item.hbs b/templates/sheets/global/partials/inventory-item.hbs index e712e0fb..2e539d84 100644 --- a/templates/sheets/global/partials/inventory-item.hbs +++ b/templates/sheets/global/partials/inventory-item.hbs @@ -127,4 +127,5 @@ +
{{#unless isSidebar}}{{item.system.description}}{{/unless}}
\ No newline at end of file