Merge remote-tracking branch 'upstream/pull/4833'
This commit is contained in:
commit
a15f4ed9bf
2 changed files with 1 additions and 6 deletions
|
@ -636,11 +636,6 @@ tr.turn {
|
|||
}
|
||||
}
|
||||
|
||||
.note-description {
|
||||
overflow: hidden;
|
||||
margin: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
.query-results {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div>
|
||||
<h4><%= t(".description") %></h4>
|
||||
<div class="note-description">
|
||||
<div class="overflow-hidden ms-2">
|
||||
<%= h(@note_comments.first.body.to_html) %>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue