]> git.openstreetmap.org Git - rails.git/commit
Ensure the heading text appears above the illustration
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 21 Jul 2021 14:07:24 +0000 (15:07 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 21 Jul 2021 14:08:33 +0000 (15:08 +0100)
commit2a885c2cce4d42f3150b6969518fa321f3c5b25e
tree731a56699089cff7c07342d7b0a6b6a3623b40ce
parent2443e7dd650a3d3aaae9ab14d14d2fde6a582755
Ensure the heading text appears above the illustration

The easiest way to do this is to make the text a child of the div
with the background image. The change to min-size is so that if
the text wraps often enough on narrow screens, the header expands
vertically rather than the text spilling over.

Fixes #3259
app/assets/stylesheets/common.scss
app/views/confirmations/confirm.html.erb
app/views/users/blocked.html.erb
app/views/users/new.html.erb
app/views/users/terms.html.erb