From: Andy Allan Date: Wed, 21 Jul 2021 10:45:37 +0000 (+0100) Subject: Refactor to use a heading class for height when using header-illustrations X-Git-Tag: live~2542^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2443e7dd650a3d3aaae9ab14d14d2fde6a582755?ds=inline;hp=2443e7dd650a3d3aaae9ab14d14d2fde6a582755 Refactor to use a heading class for height when using header-illustrations This fixes a glitch highlighted in #3259, where the css class stopped applying when the view was moved to a different controller. We're moving to having each view responsible for their layout, and commonly having override classes explicitly in the relevant views. So we can follow that pattern here. ---