From aa44aec8de0e85915cc459c0a84338151feb71f8 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Mon, 7 Nov 2022 21:29:54 -0500 Subject: [PATCH] fix(styling): new Slider not flexed correctly - the new refactored code that added Slider Range no longer uses `form-control` CSS class and that created styling issues for some UI framework like Bootstrap in Angular-Slickgrid --- packages/common/src/styles/slick-plugins.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/common/src/styles/slick-plugins.scss b/packages/common/src/styles/slick-plugins.scss index f111d9c9d..880321f10 100644 --- a/packages/common/src/styles/slick-plugins.scss +++ b/packages/common/src/styles/slick-plugins.scss @@ -1147,7 +1147,8 @@ input.flatpickr.form-control { .slider-input-container { position: relative; - width: 100%; + flex: 1 1 auto; + width: 1%; background-color: var(--slick-slider-filter-input-bgcolor, $slick-slider-filter-input-bgcolor); &.slider-values {