CSS implements text overflow Clip without truncating half a character
Original link: https://innei.ren/posts/programming/css-textoverflow-clip-without-cutting-character This rendering is generated by marked, there may be typography issues, for the best experience, please go to: https://innei.ren/posts/programming/css-textoverflow-clip-without-cutting-character Recently a colleague asked me if CSS can achieve text overflow truncation, but not to truncate a single character. Usually we will use text-overflow: clip; overflow: hidden to achieve this. But this happens […]
CSS implements text overflow Clip without truncating half a character Read More »