We're a place where coders share, stay up-to-date and grow their careers.
Nice one! I would like to add a combo which I use regularly:
div { overflow: hidden; text-overflow: ellipsis; }
This will show as much text as possible ending with three dots: '...'.
'...'
Thanks for sharing! :)
Nice one! I would like to add a combo which I use regularly:
This will show as much text as possible ending with three dots:
'...'
.Thanks for sharing! :)