Skip to content

Commit

Permalink
fix(styling): new Slider not flexed correctly (#799)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ghiscoding authored Nov 8, 2022
1 parent a3c8b6e commit 83a86d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/styles/slick-plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 83a86d0

Please sign in to comment.