mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix RangePicker text overlap
This commit is contained in:
parent
9c477bf8fd
commit
429cdb448d
@ -17,11 +17,10 @@
|
|||||||
|
|
||||||
.@{calendar-prefix-cls}-range-picker-separator {
|
.@{calendar-prefix-cls}-range-picker-separator {
|
||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
position: absolute;
|
width: 8px;
|
||||||
top: 50%;
|
display: inline-block;
|
||||||
margin-top: -10px;
|
line-height: 18px;
|
||||||
line-height: 20px;
|
vertical-align: top;
|
||||||
height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{calendar-prefix-cls}-range {
|
.@{calendar-prefix-cls}-range {
|
||||||
|
Loading…
Reference in New Issue
Block a user