diff --git a/tests/DataTable.test.svelte b/tests/DataTable.test.svelte index 4f6832f4..301efcf3 100644 --- a/tests/DataTable.test.svelte +++ b/tests/DataTable.test.svelte @@ -15,7 +15,7 @@ const headers: DataTableHeader[] = [ { key: "name", value: "Name" }, - { key: "protocol", value: "Protocol" }, + { key: "protocol", value: "Protocol", width: "400px", minWidth: "40%" }, { key: "port", value: "Port" }, { key: "rule", value: "Rule", sort: false }, ];