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