Tailwind Break All
Tailwind's break-word actually corresponds to overflow-wrap: break-word in CSS, which prevents underscore breaks. Therefore, add custom CSS [word-break: break-word] (breaks if overflow, still prioritizing breakable words) for description list elements used in table-like grids
Backlinks (1)
Comments (0)