From 172e33e1215f497b8b973cc352eddd67fdd0b949 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Mon, 6 Jul 2026 21:13:37 +0800 Subject: [PATCH] fix(detail): prevent dt labels from wrapping, allow dd values to wrap --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index adbb4c3..bb0b300 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -133,7 +133,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si .upload-form input[type="file"] { font-size: .78rem; min-width: 0; max-width: 260px; } .upload-form .btn { white-space: nowrap; flex-shrink: 0; } .detail-meta dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1rem; } -.detail-meta dt { font-weight: 600; font-size: .78rem; color: var(--text-muted); } +.detail-meta dt { font-weight: 600; font-size: .78rem; color: var(--text-muted); white-space: nowrap; } .detail-meta dd { font-size: .85rem; } /* Tabs */