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~449 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/a15f4ed9bf99b88989fac60a2eca9b8ab1eb57a7?hp=34ca352126e54f4f289758ec6716375d56eb2599 Merge remote-tracking branch 'upstream/pull/4833' --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cf0bfae22..8f9e7d018 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -636,11 +636,6 @@ tr.turn { } } - .note-description { - overflow: hidden; - margin: 0 0 10px 10px; - } - .query-results { display: none; } diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index 79cc46b09..b3f124433 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -4,7 +4,7 @@

<%= t(".description") %>

-
+
<%= h(@note_comments.first.body.to_html) %>