79674948

Date: 2025-06-22 06:56:43
Score: 1
Natty:
Report link

Using white-space is a good soution, but you can try also with text-wrap-mode

ul {
text-wrap-mode:nowrap;
}
li {
display:inline-block;
}

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