From c8a7ac7dc60d5d1d8994f0555b4a9efaf31bce0f Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 5 Aug 2025 15:56:16 +0800 Subject: [PATCH] style: keep text wrap for evalution result --- src/pages/llmodels/components/incompatiable-info.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/llmodels/components/incompatiable-info.tsx b/src/pages/llmodels/components/incompatiable-info.tsx index e4122241..2cd1faf3 100644 --- a/src/pages/llmodels/components/incompatiable-info.tsx +++ b/src/pages/llmodels/components/incompatiable-info.tsx @@ -35,6 +35,7 @@ const IncompatibleInfo = styled.div` li { position: relative; line-height: 20px; + white-space: pre-wrap; } li.normal::before { position: absolute;