From abee330a895936db75d6ed0998846425d348e0bb Mon Sep 17 00:00:00 2001 From: liangmiQwQ Date: Wed, 20 Aug 2025 10:28:11 +0800 Subject: [PATCH] fix: fixed the content clipping caused by wrong table size --- .../src/app/components/data/PluginDetailsTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools-vite/src/app/components/data/PluginDetailsTable.vue b/packages/devtools-vite/src/app/components/data/PluginDetailsTable.vue index 0fb0f9e9..b51df11d 100644 --- a/packages/devtools-vite/src/app/components/data/PluginDetailsTable.vue +++ b/packages/devtools-vite/src/app/components/data/PluginDetailsTable.vue @@ -71,7 +71,7 @@ function toggleDurationSortType() {