Html – Dynamically update column count based on child content with max-height on grid items?
I am working on a CSS Grid layout where all child elements (buttons) must have the same width and height. The number of columns should automatically adjust based on the content of the child elements. Each button has text with…