My HTML and CSS code are in this jsfiddle page
According to this topic, as the element <span class="premises" style="grid-template-columns:auto auto ;">
has grid-auto-rows: 1fr;
, the two <span class="premise">
items should have equal heights.
On my browsers, it's not the case at all (and it's quite visible in Firefox).
Does anyone know why?