Css – Flexbox : fill space but not last if odd
I would like to realize this with flexbox: Currently, I encapsulate in groups of inputs, where I apply display flex. I'd like if the last element is odd (if I have 3, 5... inputs) that the last one is not…