For my first article here I wanted to share with you a little trick I have learned few months ago.
For those who, like me, loves working with Fle...
For further actions, you may consider blocking this person and/or reporting abuse
If you don't know how many div elements you will have (example rendering an array) a simple solution is to set a max-width for you parent div so that you that at most N elements fit in a row.
Next use the elements as the example above but only with the same width defined as your elements, no height.
This way it will still left align your last row with the added effect that in case you have to add an extra empty row it will have no height!
Thank you for this update👌😊
Hi, Pedro Gritter do you have working example for this?
Thank you for the update you got added insight
Thank you. This actually worked for me. I didn’t even need to set a defined height for the i tag
Thank you :D
Thanks Man it worked.
Thank you very much!
And they said it couldn't be done! Very clever, thank you.
Finally, a simple accessible hack!
Thank you :)
[](https://www.microsoft.com/id-id/microsoft-365/p/microsoft-365-family/cfq7ttc0k5dm?icid=mscom_marcom_CPH1b_M365Family&activetab=pivot%3aoverviewtab
Nice trick!