From 995b73c069576a50e1ff7fe212a9de42be94c8a8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 31 Oct 2017 13:52:24 +0100 Subject: [PATCH] fix #1774 @0.5 --- style/slider.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/slider.less b/style/slider.less index 3c0ceb8e..0c1afc90 100644 --- a/style/slider.less +++ b/style/slider.less @@ -100,7 +100,7 @@ .doubleThumb { position: relative; - .right{ + > .right { left: 100px; } } -- 2.39.5