ticket title not wrapping

This commit is contained in:
2026-01-08 22:36:07 -05:00
parent 0b304ace95
commit 649854c86e
3 changed files with 28 additions and 10 deletions

View File

@@ -374,6 +374,9 @@ textarea[data-field="description"]:not(:disabled)::after {
line-height: 1.4;
min-height: fit-content;
height: auto;
resize: none;
overflow-y: hidden;
overflow-x: hidden;
}
.title-input:not(:disabled) {