79266125

Date: 2024-12-09 18:48:49
Score: 0.5
Natty:
Report link

The styles are only applying to the .list-item, if you want the same effect in the div inside it just add this :

.list-item {
    ...
      
    div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eloi