if div content dont stay in one line split to 2 line css code example
Example: html css make p div into two lines
line-height:20px;
height:40px;
overflow:hidden;
white-space: pre;
line-height:20px;
height:40px;
overflow:hidden;
white-space: pre;