aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/components/twitter/tweet-body.module.css
blob: 771f657c6311c5c55c1ac8ae84a19acbdb3f0e34 (plain) (blame)
1
2
3
4
5
6
7
8
.root {
	font-size: var(--tweet-body-font-size);
	font-weight: var(--tweet-body-font-weight);
	line-height: var(--tweet-body-line-height);
	margin: var(--tweet-body-margin);
	overflow-wrap: break-word;
	white-space: pre-wrap;
}