diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less
index 9045baf5..b6c09dbf 100644
--- a/styles/less/global/inventory-item.less
+++ b/styles/less/global/inventory-item.less
@@ -103,10 +103,9 @@
display: flex;
align-items: center;
justify-content: end;
- gap: 8px;
a {
- width: 15px;
+ width: 20px;
text-align: center;
}
@@ -275,8 +274,10 @@
grid-area: controls;
align-self: start;
padding-top: 0.3125rem;
- gap: 4px;
margin-bottom: -1px;
+ a {
+ width: 18px;
+ }
}
> .item-labels {
align-self: start;
diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs
index fec215a0..e496ce4b 100644
--- a/templates/sheets/global/partials/inventory-item-V2.hbs
+++ b/templates/sheets/global/partials/inventory-item-V2.hbs
@@ -109,7 +109,7 @@ Parameters:
{{else if (eq type 'armor')}}
-
+
{{/if}}
{{#if (eq type 'domainCard')}}
@@ -125,7 +125,7 @@ Parameters:
{{/if}}
{{#if (hasProperty item "toChat")}}
-
+
{{/if}}
{{else}}
@@ -138,7 +138,7 @@ Parameters:
{{/unless}}
{{#unless hideContextMenu}}
-
+
{{/unless}}
{{/if}}