working on voice control
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-24 15:06:53 -06:00
parent f514012396
commit 86ff82a015
16 changed files with 704 additions and 173 deletions

View File

@@ -92,7 +92,7 @@
}
.markdown table {
@apply block w-full border-collapse my-4 text-sm overflow-x-auto;
@apply block w-full border-collapse my-4 text-sm overflow-x-auto max-w-full;
}
.markdown thead {
@apply bg-seafoam-950;