From 58a818e7c9488e260b224838a3c1fbb1c0365207 Mon Sep 17 00:00:00 2001 From: renato Date: Thu, 21 Jan 2016 12:20:43 +0100 Subject: [PATCH] safari bug fix --- controllets/datalet-selection-controllet/datalet-selection-controllet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllets/datalet-selection-controllet/datalet-selection-controllet.html b/controllets/datalet-selection-controllet/datalet-selection-controllet.html index 5f6a403..9c17e6e 100755 --- a/controllets/datalet-selection-controllet/datalet-selection-controllet.html +++ b/controllets/datalet-selection-controllet/datalet-selection-controllet.html @@ -42,7 +42,7 @@ #items_vslider_controllet { position: relative; height: 100vh; - width: 172px; + min-width: 172px; } #datalet_selection_inputs { -- libgit2 0.21.4