how to show dots instead of scrolling in css for page code example
Example: css add dots if text too long
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;