SOLVED: Inline-Flex missing UI controls

How do You handle items or containers displayed as inline-flex?
Custom CSS or some trickery with classes near by?

Curious of your solutions, and honestly missing a bit an immediate and notaworkaround way of working.

I was been told by Matt Hiass to report in here the issue, but I suppose this is done by design, and “inline-flex” belongs to the custome display types, therefore there’s no UI controls - so is it maybe more of a feature request?

I hate this too; as a workaround, I’ve been setting the display to flex, configuring the options, then changing it to inline-flex.

1 Like

I tend to put a complementary class on which i control the inline, which is on a more general class like this example:

immagine

immagine537Ă—815 26.3 KB

In this case .slide-index is set to inline-flex, while a more detailed class orchestrate the inline-flex. That’s m..ok - even if it leads me to have more classes than I should (plus - i’d prefer to have a cleaner DOM, just a personal taste). That brings me to a topic i already said in the past - having complex selectors too, would resolve in a less class filled DOM - but it’s more than ok, i adapted my worflow, so it’s more like i’m being fassy, i admit. But hey, it’s all about improvement and positive critique, hopefully leading to a better and more complete product, which we all like to love to work-with

Hi Tytus,
Thanks so much for your report!

Yeah, you’re right. It’s more of an improvement, so I’ll move it. However, I agree that it’s currently quite cumbersome to use inline-flex—especially with layout elements.

Best regards,
timmse

3 Likes

Thank you! Appreciate

We’ve addressed this in Bricks 2.4-beta (beta release), now available for manual download from your Bricks account.

Please read the changelog entry before testing, and let us know if you experience any issues. Note: beta builds are not recommended for production sites.

1 Like