mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 03:46:37 +11:00
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:
parent
7015be1355
commit
a7cb88cd00
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ article {
|
|||
font-weight: $baseFontRegular;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
white-space: pre;
|
||||
|
||||
color: $textColor;
|
||||
max-width: 600px;
|
||||
|
|
Loading…
Reference in a new issue