feat: enable ticket comment editing

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
esdrasrenan 2025-10-05 02:08:20 -03:00
parent 533d9ca856
commit 07ff117a67
5 changed files with 340 additions and 56 deletions

View file

@ -127,7 +127,7 @@
@apply text-foreground;
}
.rich-text p { @apply my-2; }
.rich-text a { @apply text-[#00e8ff] underline; }
.rich-text a { @apply text-neutral-900 underline; }
.rich-text ul { @apply my-2 list-disc ps-5; }
.rich-text ol { @apply my-2 list-decimal ps-5; }
.rich-text li { @apply my-1; }