diff --git a/src/index.css b/src/index.css index a26c351..f5026fd 100644 --- a/src/index.css +++ b/src/index.css @@ -45,6 +45,11 @@ } @layer base { + .table:not(.table-responsive) td { + word-break: break-word; + @apply whitespace-normal; + } + td { @apply bg-clip-padding; }