style: fix text truncation overflow in risk info section for tablet

This commit is contained in:
2569718930@qq.com
2026-03-03 22:35:20 +08:00
parent 27385e4cfe
commit 601187c5c6
+2
View File
@@ -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 ── */