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