How to create two aligned columns with unknown items size.

I have card like this: https://codepen.io/H4ds0n/pen/RwzVMKG

What I want is two columns (i do not know the width of label and its percentage at build time).

Two even grid column is bad because parent container is too big for its children.

Flexbox wont work because size of children is not know at the build time (cannot set something like with:300 px) and I would like to make it resposive.

Any advices ?
CodePenH4ds0n
...
RwzVMKG
Was this page helpful?