angularjs - Navigation bar title overlap with right buttons -


i have 4 buttons right-aligned on navigation bar , title in center. title text bigger , it's overlapping right buttons. how can set title width shows 3 ellipses when text overflowing?

check screenshot see saying.

you can use css example below:

#wrapperdiv { white-space: nowrap;  width: 12em;  overflow: hidden; text-overflow: ellipsis;  border: 1px solid #000000; } 

i arrange fiddle: https://jsfiddle.net/svpbe351/


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -