Skip to content

Commit

Permalink
not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Jan 15, 2025
1 parent 0676517 commit 6e87607
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions src/templates/settings/gateways/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,4 @@
{% endif %}

new Craft.VueAdminTable(config);
{% endjs %}

{% css %}
table.data thead th.vuetable-th-slot-title,
table.data thead th.vuetable-th-slot-handle {
width: 20%;
}

table.data thead th.vuetable-th-type,
table.data thead th.vuetable-th-store {
width: 10%;
}

table.data thead th.vuetable-th-id,
table.data thead th.vuetable-th-customerEnabled {
width: 5%;
}

.gateways-margin-top {
margin-top: var(--xl);
}
{% endcss %}
{% endjs %}

0 comments on commit 6e87607

Please sign in to comment.