79588237

Date: 2025-04-23 09:17:31
Score: 1
Natty:
Report link

Based on the snippets you've shared I suggest using max-width and word-wrap directly on the td

like this :

td:nth-child(3) {
  max-width: 200px;
  white-space: normal;   
  word-wrap: break-word;
  overflow-wrap: break-word;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohammed Abdessetar Elyagoubi