From: Tom Hughes Date: Sat, 25 May 2024 13:31:44 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/4833' X-Git-Tag: live~910 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a15f4ed9bf99b88989fac60a2eca9b8ab1eb57a7?hp=-c Merge remote-tracking branch 'upstream/pull/4833' --- a15f4ed9bf99b88989fac60a2eca9b8ab1eb57a7 diff --combined app/assets/stylesheets/common.scss index cf0bfae22,24316fec0..8f9e7d018 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@@ -103,11 -103,11 +103,11 @@@ header } > * { - height: 100%; padding: $lineheight * 0.5; } h1 { + height: $headerHeight; font-size: 18px; } @@@ -636,11 -636,6 +636,6 @@@ tr.turn } } - .note-description { - overflow: hidden; - margin: 0 0 10px 10px; - } - .query-results { display: none; }