mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 16:13:19 +00:00
8 lines
228 B
CSS
8 lines
228 B
CSS
.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;
|
|
}
|