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 | 828da7516df1a7612c3b24b4a27ba680eaf821f8 (patch) | |
tree | 31c062288c58b643c0d1fd592f5935e06a434823 /FrontEnd/src | |
parent | 34395c01b650c9e00f09786f94126902081e1aa5 (diff) | |
download | timeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.tar.gz timeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.tar.bz2 timeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.zip |
fix: Fix text overflow problem.
Diffstat (limited to 'FrontEnd/src')
-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 |