mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
Merge pull request #18092 from xrkffgg/fix-timeline-content
fix: timeline-content-word-break
This commit is contained in:
commit
f8f2807857
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user