From 601187c5c6934246fea2e8daceb04db479b06670 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 3 Mar 2026 22:35:20 +0800 Subject: [PATCH] style: fix text truncation overflow in risk info section for tablet --- web/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/static/style.css b/web/static/style.css index 3686bc22..e65671d5 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -751,10 +751,12 @@ body { .risk-info .risk-row { display: flex; gap: 8px; + align-items: flex-start; } .risk-info .risk-label { color: var(--text-muted); min-width: 60px; + flex-shrink: 0; } /* ── Custom Map Markers ── */