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 */
.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);