Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser dc88be2777
regenerate styles 2025-04-17 14:38:17 -05:00
jolheiser 801198a1f7
make entire codeblock scroll if needed 2025-04-17 14:29:42 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -45,5 +45,5 @@
}
.code>.chroma {
@apply text-sm p-3 rounded;
@apply text-sm p-3 rounded overflow-scroll;
}

File diff suppressed because one or more lines are too long