fix(detail): prevent dt labels from wrapping, allow dd values to wrap

This commit is contained in:
2026-07-06 21:13:37 +08:00
parent e7b109ab6d
commit 172e33e121

View File

@@ -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 */