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 {
|
||||
color: @text-color-secondary;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -10px;
|
||||
line-height: 20px;
|
||||
height: 20px;
|
||||
width: 8px;
|
||||
display: inline-block;
|
||||
line-height: 18px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.@{calendar-prefix-cls}-range {
|
||||
|
Loading…
Reference in New Issue
Block a user