diff --git a/styles/dcc.css b/styles/dcc.css index 83ae7f62..9bba5770 100644 --- a/styles/dcc.css +++ b/styles/dcc.css @@ -1093,7 +1093,7 @@ a.inline-roll { } .dcc .item-list-spells { - grid-template-columns: 30px 22px 33px 1fr 1fr 40px 39px; + grid-template-columns: 30px 22px 40px 1fr 1fr 40px 39px; } .dcc .item-list-spells .spell-item-button { background-image: var(--system-d20-icon); diff --git a/styles/dcc.scss b/styles/dcc.scss index 1cee9389..d271558b 100644 --- a/styles/dcc.scss +++ b/styles/dcc.scss @@ -1040,7 +1040,7 @@ a.inline-roll { } .dcc .item-list-spells { - grid-template-columns: 30px 22px 33px 1fr 1fr 40px 39px; + grid-template-columns: 30px 22px 40px 1fr 1fr 40px 39px; .spell-item-button { background-image: var(--system-d20-icon);