Skip to content

Commit

Permalink
Leave this css
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Jan 15, 2025
1 parent 6e87607 commit cb1a5ea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
19 changes: 18 additions & 1 deletion src/templates/settings/gateways/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,21 @@
{% endif %}

new Craft.VueAdminTable(config);
{% endjs %}
{% 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%;
}
{% endcss %}
9 changes: 8 additions & 1 deletion src/templates/settings/orderstatuses/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,11 @@

new Craft.VueAdminTable({{ handle }}Config);
{% endjs %}
{% endfor %}
{% endfor %}

{% css %}
table.data thead .vuetable-th-labelHtml,
table.data thead .vuetable-th-slot-handle {
width: 30%;
}
{% endcss %}

0 comments on commit cb1a5ea

Please sign in to comment.