Merge remote-tracking branch 'upstream/pull/4833'

This commit is contained in:
Tom Hughes 2024-05-25 14:31:44 +01:00
commit a15f4ed9bf
2 changed files with 1 additions and 6 deletions

View file

@ -636,11 +636,6 @@ tr.turn {
} }
} }
.note-description {
overflow: hidden;
margin: 0 0 10px 10px;
}
.query-results { .query-results {
display: none; display: none;
} }

View file

@ -4,7 +4,7 @@
<div> <div>
<h4><%= t(".description") %></h4> <h4><%= t(".description") %></h4>
<div class="note-description"> <div class="overflow-hidden ms-2">
<%= h(@note_comments.first.body.to_html) %> <%= h(@note_comments.first.body.to_html) %>
</div> </div>