mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
A bug was found where grid items were being drawn outside of the grid if
the item had a large span and the grid was defined as having gaps
between the rows/columns.
This was caused by an erroneous calculation of the
{row,column}_{start,span} properties.