Text Overflow Mixin Aug 16, 2019 12:22:28 GMT -7 Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Elli on Aug 16, 2019 12:22:28 GMT -7 Text Overflow MixinCSS.text-overflow() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.element { .text-overflow(); max-width: 200px;}