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 }