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 | 40423d7cd69839d70b7331bb8a4b7b398daca0b5 (patch) | |
| tree | 46fc49540d52e67ebfc7575488e560ee54809736 | |
| parent | e93b4fbe774252483c25641652087ec771834988 (diff) | |
| download | timeline-40423d7cd69839d70b7331bb8a4b7b398daca0b5.tar.gz timeline-40423d7cd69839d70b7331bb8a4b7b398daca0b5.tar.bz2 timeline-40423d7cd69839d70b7331bb8a4b7b398daca0b5.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%
|
