UNPKG

178 BSCSSView Raw
1.break-words {
2 word-wrap: break-word;
3}
4.break-normal {
5 word-wrap: normal;
6}
7
8.truncate {
9 overflow: hidden;
10 text-overflow: ellipsis;
11 white-space: nowrap;
12}