feat: add word wrapping to non responsive tables

master
Katja Lutz 2 years ago
parent e088e138ee
commit 20d0a36a2b

@ -45,6 +45,11 @@
} }
@layer base { @layer base {
.table:not(.table-responsive) td {
word-break: break-word;
@apply whitespace-normal;
}
td { td {
@apply bg-clip-padding; @apply bg-clip-padding;
} }

Loading…
Cancel
Save