Css Cut Text 3 Dots Code Example


Example 1: overflow dottet


.cut-text { 
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

Example 2: overflow dots css


.overflow-information{ 
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width:150px; //change based on when you want the dots to appear
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable