stacker.news/components/text.module.css
2021-04-14 18:56:29 -05:00

7 lines
125 B
CSS

.text {
font-size: 90%;
white-space: pre-wrap;
word-break: break-word;
font-family: inherit;
margin: 0;
}