mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 12:08:40 +00:00
ae11da2bc7
If there were two inputs sending styles to the same target (ie row and column gap), they would override each other. This change fixes that by deepening the merges. Admittedly, I turned to cGPT to help me with this as the nesting was throwing me for a loop. It works, though, and I understand it now that I can read it.