From 1f4ae70e0aca2c08ab1f54934dd44aa0524ab121 Mon Sep 17 00:00:00 2001 From: pacmandoh Date: Tue, 12 Dec 2023 20:29:38 +0800 Subject: [PATCH] Fix: plugins-info descriptions nowrap --- app/components/plugin.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/plugin.tsx b/app/components/plugin.tsx index cf425bb8c..23e6f9ba3 100644 --- a/app/components/plugin.tsx +++ b/app/components/plugin.tsx @@ -266,7 +266,8 @@ export function PluginPage() { )} {/* 描述 */} -
+ {/* Fix: descriptions do not wrap */} +
{`${m.description}`}