diff options
author | crupest <crupest@outlook.com> | 2020-12-06 16:30:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-06 16:30:05 +0800 |
commit | b0ee9afddd4f7ecf8a183ab8d8e9e575324a2b68 (patch) | |
tree | a52f719e5992ea773e2452f11ff086adfe9e75eb | |
parent | 561563651e9dff13d37342ec5c21997e600ad821 (diff) | |
download | timeline-b0ee9afddd4f7ecf8a183ab8d8e9e575324a2b68.tar.gz timeline-b0ee9afddd4f7ecf8a183ab8d8e9e575324a2b68.tar.bz2 timeline-b0ee9afddd4f7ecf8a183ab8d8e9e575324a2b68.zip |
fix: Fix text overflow problem.
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass index 58c2abc8..1aa5e731 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -3,7 +3,8 @@ .timeline z-index: 0 position: relative - overflow-wrap: anywhere + width: 100% + overflow-wrap: break-word &-item position: relative |