From 98eb88bbf0b1d244b2e5f759d0aa7e5fb11625ad Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sat, 31 Jan 2026 22:25:16 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E4=BC=98=E5=9F=BA=E9=87=91=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=B0=B8=E8=BF=9C=E5=B1=95=E7=A4=BA=E5=AE=8C=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/globals.css b/app/globals.css index b6ae7a4..96c0468 100644 --- a/app/globals.css +++ b/app/globals.css @@ -47,6 +47,18 @@ body { letter-spacing: 0.2px; } +.card .title { + flex-wrap: wrap; +} + +.card .title span:first-child { + white-space: normal; + word-break: break-word; + overflow: visible; + text-overflow: clip; + max-width: none; +} + .muted { color: var(--muted); } @@ -224,12 +236,6 @@ body { .stat .value { font-size: 15px; } - .card .title span:first-child { - max-width: 140px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - } .item .name { max-width: 100px; }