From 16121664a80a158a1c762b15b0e6d90a61cf0fc3 Mon Sep 17 00:00:00 2001 From: himkt Date: Tue, 17 Mar 2026 21:23:25 +0900 Subject: [PATCH] docs: fix width of tools table --- docs/components/registry.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/components/registry.vue b/docs/components/registry.vue index 228c2d1eaa..4ffe9657cc 100644 --- a/docs/components/registry.vue +++ b/docs/components/registry.vue @@ -118,14 +118,14 @@ export default { .full-width th:nth-child(1), .full-width td:nth-child(1) { - min-width: 40%; - width: 50%; + min-width: 25%; + width: 25%; } .full-width th:nth-child(2), .full-width td:nth-child(2) { - min-width: 40%; - width: 50%; + min-width: 55%; + width: 55%; } .full-width th:nth-child(3),