SOLVED: CSS improvement for data-control=slider

I believe the data-control=slider has a small CSS error in the builder. Here is how it looks now:

If you add this CSS:

[data-control=slider] {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 0;
}

It looks better to me:

2 Likes

Thanks so much for the heads-up @maximebeguin . We’ll improve the slider control in 1.4 (stable). As we no longer use it anywhere inside the builder, and actually never used it inline => true I wasn’t aware of this missing gap.

1 Like