formatting

This commit is contained in:
Lukáš Kucharczyk 2024-08-11 17:58:35 +02:00
parent 020e12e20b
commit 298ecb4092
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 0 additions and 9 deletions

View File

@ -1736,10 +1736,6 @@ input:checked + .toggle-bg {
white-space: nowrap; white-space: nowrap;
} }
.text-ellipsis {
text-overflow: ellipsis;
}
.whitespace-nowrap { .whitespace-nowrap {
white-space: nowrap; white-space: nowrap;
} }
@ -2215,10 +2211,6 @@ input:checked + .toggle-bg {
min-width: 30ch; min-width: 30ch;
} }
.max-w-30char {
max-width: 30ch;
}
.\[a-zA-Z\:\\-\] { .\[a-zA-Z\:\\-\] {
a-z-a--z: \-; a-z-a--z: \-;
} }

View File

@ -1,4 +1,3 @@
from datetime import datetime
from typing import Any, Callable from typing import Any, Callable
from django.contrib.auth.decorators import login_required from django.contrib.auth.decorators import login_required