0

I have a css grid with two columns and one row.
I want the second cell (right column) to have its max-height set to the height of the first cell (left column).The first cell's height can vary depending on its content or on the screen width.
Do you know how I can achieve that ?

MuZak
  • 111
  • 2
  • 12
  • Does it have to be the `max-height` css property or just looks? Because if so, you should just be able to do something like `grid-template-columns: auto auto auto;` – Kasper Feb 10 '22 at 16:40

0 Answers0