Fix tilde placement on rangepickers

This commit is contained in:
Graeme Yeates 2017-06-28 15:23:00 -04:00
parent 974f544713
commit 9429aedffc

View File

@ -17,6 +17,9 @@
.@{calendar-prefix-cls}-range-picker-separator {
color: @text-color-secondary;
position: absolute;
top: 50%;
margin-top: -10px;
}
.@{calendar-prefix-cls}-range {