mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: timeline content style (#21068)
This commit is contained in:
parent
a0fec0874d
commit
f46b674f35
@ -168,8 +168,7 @@
|
||||
text-align: right;
|
||||
|
||||
.@{timeline-prefix-cls}-rtl& {
|
||||
width: 100%;
|
||||
margin-right: 12px;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -195,6 +194,7 @@
|
||||
.@{timeline-prefix-cls}-rtl& {
|
||||
width: 100%;
|
||||
margin-right: 18px;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user