From a47e46fc431b05f11ae284a00b183626abaaf0f3 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 11 Mar 2025 19:55:13 -0400 Subject: [PATCH] Adjusted ticket titles --- assets/css/ticket.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/ticket.css b/assets/css/ticket.css index b980f8e..5234a07 100644 --- a/assets/css/ticket.css +++ b/assets/css/ticket.css @@ -1,6 +1,6 @@ /* Base Layout Components */ .ticket-container { - max-width: 800px; + max-width: 1200px; margin: 40px auto; padding: 20px; background: var(--bg-secondary); @@ -47,16 +47,18 @@ h1 { /* Title Input Styles */ .title-input { - font-size: 1em; + font-size: 1.5emem; font-weight: bold; width: 100%; border: 2px solid transparent; border-radius: 4px; - padding: 4px; + padding: 8px; margin: -4px; word-break: break-word; + overflow-wrap: break-word; white-space: normal; display: block; + line-height: 1.4; }.title-input:not(:disabled) { border-color: var(--border-color); background: var(--bg-primary);