Adjusted ticket titles

This commit is contained in:
2025-03-11 19:55:13 -04:00
parent e563f1d791
commit a47e46fc43

View File

@ -1,6 +1,6 @@
/* Base Layout Components */ /* Base Layout Components */
.ticket-container { .ticket-container {
max-width: 800px; max-width: 1200px;
margin: 40px auto; margin: 40px auto;
padding: 20px; padding: 20px;
background: var(--bg-secondary); background: var(--bg-secondary);
@ -47,16 +47,18 @@ h1 {
/* Title Input Styles */ /* Title Input Styles */
.title-input { .title-input {
font-size: 1em; font-size: 1.5emem;
font-weight: bold; font-weight: bold;
width: 100%; width: 100%;
border: 2px solid transparent; border: 2px solid transparent;
border-radius: 4px; border-radius: 4px;
padding: 4px; padding: 8px;
margin: -4px; margin: -4px;
word-break: break-word; word-break: break-word;
overflow-wrap: break-word;
white-space: normal; white-space: normal;
display: block; display: block;
line-height: 1.4;
}.title-input:not(:disabled) { }.title-input:not(:disabled) {
border-color: var(--border-color); border-color: var(--border-color);
background: var(--bg-primary); background: var(--bg-primary);