Browse Source

Wrap text in block quotes

master
buttercat1791 11 months ago
parent
commit
adada4efd9
  1. 6
      src/app.css

6
src/app.css

@ -340,6 +340,12 @@
@apply bg-gray-100 dark:bg-gray-900 p-4 rounded-lg; @apply bg-gray-100 dark:bg-gray-900 p-4 rounded-lg;
} }
.literalblock {
pre {
@apply text-wrap;
}
}
table { table {
@apply w-full overflow-x-auto; @apply w-full overflow-x-auto;

Loading…
Cancel
Save