Merge pull request #18092 from xrkffgg/fix-timeline-content

fix: timeline-content-word-break
This commit is contained in:
偏右 2019-08-06 10:28:47 +08:00 committed by GitHub
commit f8f2807857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@
position: relative; position: relative;
top: -(@font-size-base * @line-height-base - @font-size-base) + 1px; top: -(@font-size-base * @line-height-base - @font-size-base) + 1px;
margin: 0 0 0 18px; margin: 0 0 0 18px;
word-break: break-word;
} }
&-last { &-last {