stacker.news/components/text.module.css

7 lines
125 B
CSS

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