diff options
author | crupest <crupest@outlook.com> | 2021-06-03 18:55:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 18:55:16 +0800 |
commit | 496b4f480248ba1c8cda86b1033470f09322cf9c (patch) | |
tree | c1f9949508978dd69b9a27dd39b7b15733b41554 | |
parent | c6dabaa7f217b6dcbfdab216e19a0693f2d398b5 (diff) | |
download | timeline-496b4f480248ba1c8cda86b1033470f09322cf9c.tar.gz timeline-496b4f480248ba1c8cda86b1033470f09322cf9c.tar.bz2 timeline-496b4f480248ba1c8cda86b1033470f09322cf9c.zip |
fix: Fix markdown render problem.
-rw-r--r-- | FrontEnd/src/app/index.sass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 3db622f7..0ba65bb1 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -108,6 +108,7 @@ i line-height: 1
.markdown-container
+ white-space: initial
img
max-height: 200px
max-width: 100%
|