Skip to content

Commit

Permalink
Fixes: #256 - Plain Text Renderer ignores whitespace (#260)
Browse files Browse the repository at this point in the history
Text aligns to the left when there *should* be whitespaces.

Signed-off-by: Darren Nathanael <[email protected]>
  • Loading branch information
DarrenOfficial authored Nov 15, 2024
1 parent 7015be1 commit 60cd179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/scss/components/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ article {
font-weight: $baseFontRegular;
line-height: 24px;
word-break: break-word;
white-space: pre;

color: $textColor;
max-width: 600px;
Expand Down

0 comments on commit 60cd179

Please sign in to comment.