ellipsis on overflow css code example
Example 1: how to manage overflowing text in button
white-space:normal !important;
word-wrap:break-word;
Example 2: css text overflow
overflow: scroll;
white-space: nowrap;
white-space:normal !important;
word-wrap:break-word;
overflow: scroll;
white-space: nowrap;