Facepunch / sbox-issues

180 stars 12 forks source link

Support content style property #7513

Open trundlr opened 5 days ago

trundlr commented 5 days ago

What can't you do?

We can't use ::after and content to fill extra space in a flex-wrapped grid, to prevent content justified with space-between in the last, unfilled row to space out.

How would you like it to work?

https://stackoverflow.com/a/34816625

What have you tried?

Manually divided rows that don't flex-wrap

Additional context

No response