diff options
author | crupest <crupest@outlook.com> | 2020-12-06 17:06:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-06 17:06:08 +0800 |
commit | 43d7d1444f61be250a04d9cd628d394baaccc8df (patch) | |
tree | dea906e44da7ffe9b2135d5057cbf330d197c677 /FrontEnd/src/app/views/timeline-common/timeline-common.sass | |
parent | 3971aeb4b0d1a7566b6c9d3c88984c488fdf8074 (diff) | |
parent | 828da7516df1a7612c3b24b4a27ba680eaf821f8 (diff) | |
download | timeline-43d7d1444f61be250a04d9cd628d394baaccc8df.tar.gz timeline-43d7d1444f61be250a04d9cd628d394baaccc8df.tar.bz2 timeline-43d7d1444f61be250a04d9cd628d394baaccc8df.zip |
Merge branch 'master' into highlight-timeline
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-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 |