79606089

Date: 2025-05-04 21:43:14
Score: 1.5
Natty:
Report link

For text-overflow: ellipsis to work in your code, you need to go to the mark tag and change its display to inline-block.

Global_styles.css:

mark {        
 display:inline-block 
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Navid Abedini