From a0629b980674f3af670760657d90637127ea93f4 Mon Sep 17 00:00:00 2001 From: Matt DiCicco Date: Wed, 10 Jul 2019 14:22:10 -0400 Subject: [PATCH] fix slider options buttons on tablet --- client/app/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/app/main.css b/client/app/main.css index 235f744..cf3ec5e 100644 --- a/client/app/main.css +++ b/client/app/main.css @@ -476,6 +476,11 @@ html, body { background : #3671F9; width: 100%; margin-bottom: 10px; + height: 30px; + } + + .slider-options .col-md-2 { + padding: 0px; } .progress-bar {