can't align the elements
https://codepen.io/etrbbr/pen/RNwRQzE
try to write some text and you will see
I can't align the elements. Look at the screenshot – at the end, they are either longer or larger, depending on the values at the end.
any tips what i am doing wrong?

3 Replies
okay i am not sure but i think i found solution i dont know if its correct though
i put min-width for percent and looks like it work. is there any better way to do it?
any tips what i am doing wrong?Using flex box for something that you don't want to be flexible 😆 I suggest you try with grid, something like this:
remove the min-width from .percent
set a fixed width and the elements will line up