make sure titles are truncated

This commit is contained in:
2024-08-11 17:13:31 +02:00
parent 3abd4c4af9
commit bb0d24809e
3 changed files with 24 additions and 2 deletions

View File

@ -2249,6 +2249,10 @@ input:checked + .toggle-bg {
max-width: 20ch;
}
.min-w-30char {
min-width: 30ch;
}
.max-w-30char {
max-width: 30ch;
}