diff --git a/input.css b/input.css index ace8ef4d..283c5fc7 100644 --- a/input.css +++ b/input.css @@ -151,6 +151,11 @@ overflow-wrap: anywhere; } + .prose td, + .prose th { + overflow-wrap: normal; + } + .prose hr { @apply my-2; }