7 lines
125 B
CSS
7 lines
125 B
CSS
|
.text {
|
||
|
font-size: 90%;
|
||
|
white-space: pre-wrap;
|
||
|
word-break: break-word;
|
||
|
font-family: inherit;
|
||
|
margin: 0;
|
||
|
}
|