Fix tagging, relay search

This commit is contained in:
Jon Staab
2024-10-14 12:55:08 -07:00
parent 5621ffd1eb
commit 5e221d803e
5 changed files with 18 additions and 12 deletions
+4
View File
@@ -108,6 +108,10 @@
@apply flex flex-col gap-4;
}
.ellipsize {
@apply text-ellipsis overflow-hidden;
}
.content {
@apply m-auto w-full max-w-3xl p-4 sm:p-8 md:p-12;
}