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?
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
Post a Comment