Off topic:CSS overflow hidden causing text alignment problems
0
0
Entering edit mode
6.0 years ago

I have some pretty simple markup and I want long text to be truncated with "..."

 .topRow div {
 display: inline-block;
 }

#name {
max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
css html • 873 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1537 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6