Similar to the padding-block issue, the shorthand gap
doesn’t apply itself to the respective column-gap
and row-gap
.
Formatting is as such:
gap: (rowGap) (columnGap);
When only one value, both row and column take that value
This applies to both flex
and grid
elements.