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