Fixes: #256 - Plain Text Renderer ignores whitespace

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 19:50:24 +07:00
parent 7015be1355
commit a7cb88cd00
No known key found for this signature in database
GPG key ID: 5D1D163C5A189F40

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;