diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index cf0bfae225..8f9e7d0185 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 79cc46b093..b3f1244338 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) %>