Force no line break: white-space: nowrap;
Force line break: word-break: break-all;
Use ellipses when text exceeds the range: text-overflow: ellipsis ;overflow: hidden;
General settings for paragraph wrapping: set a fixed width and height, and then set the line-height of the text:
Note: Set line-height:18px;height: 18px;text-align:center;The text will be centered