Fixes: #256 - Plain Text Renderer ignores whitespace (#260)

Text aligns to the left when there *should* be whitespaces.

Signed-off-by: Darren Nathanael <github@darrennathanael.com>
This commit is contained in:
Darren Nathanael 2024-11-15 07:08:25 -06:00 committed by GitHub
parent 7015be1355
commit 60cd179c18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ article {
font-weight: $baseFontRegular;
line-height: 24px;
word-break: break-word;
white-space: pre;
color: $textColor;
max-width: 600px;