- Issue created by @Peter Caritas
- πΊπΈUnited States Peter Caritas
Here's a patch which adds span tags around the prefix, suffix and slider value. I used the following CSS in my theme to get the desired
.js-output { display: flex; justify-content: space-between; align-items: center; } .js-output .slider-prefix-label { /* Forces side columns to stay same width */ flex: 0 0 100px; text-align: left; } .js-output .slider-suffix-label { /* Forces side columns to stay same width */ flex: 0 0 100px; text-align: right; } .js-output .slider-position-value { flex: 1 1 auto; text-align: center; }
- π«π·France lazzyvn paris
it fixed in https://www.drupal.org/project/range_slider/issues/3346027 π Drupal 10 compatibility Fixed
- Status changed to Needs review
about 1 year ago 8:04am 16 August 2023 - last update
about 1 year ago 1 pass