Here is the CSS I used to keep the last label on a single line:
.rc-slider-mark-text:last-child{
transform: translateX(50%) !important ;
right: 0% !important;
left: auto !important;
}
Here is the CSS I used to keep the last label on a single line:
.rc-slider-mark-text:last-child{
transform: translateX(50%) !important ;
right: 0% !important;
left: auto !important;
}