aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-06 16:30:05 +0800
committercrupest <crupest@outlook.com>2020-12-06 16:30:05 +0800
commit828da7516df1a7612c3b24b4a27ba680eaf821f8 (patch)
tree31c062288c58b643c0d1fd592f5935e06a434823
parent34395c01b650c9e00f09786f94126902081e1aa5 (diff)
downloadtimeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.tar.gz
timeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.tar.bz2
timeline-828da7516df1a7612c3b24b4a27ba680eaf821f8.zip
fix: Fix text overflow problem.
-rw-r--r--FrontEnd/src/app/views/timeline-common/timeline-common.sass3
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