From cd30c5662375cc80217b166a8b14dac98d776ebf Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 25 May 2024 05:07:24 +0300 Subject: [PATCH] Remove custom css from note descriptions --- app/assets/stylesheets/common.scss | 5 ----- app/views/notes/show.html.erb | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 0edb3b0fc..24316fec0 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) %>
-- 2.39.5