79652620

Date: 2025-06-04 10:58:47
Score: 1
Natty:
Report link
.sample {
    width: 100%;
}

.sample td:nth-child(1),
.sample th:nth-child(1) {
  width: 30%;
  word-break: break-word;
}

.sample td:nth-child(2),
.sample th:nth-child(2) {
  width: 70%;
}

Delete the table layout, add

word-break: break-word

to the left.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Unknown1712