]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom css from note descriptions
authorAnton Khorev <tony29@yandex.ru>
Sat, 25 May 2024 02:07:24 +0000 (05:07 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 25 May 2024 02:07:24 +0000 (05:07 +0300)
app/assets/stylesheets/common.scss
app/views/notes/show.html.erb

index 0edb3b0fc3cdbb56741946ac3e6da9302f883595..24316fec03ea22544839b7f589f3fbb682370680 100644 (file)
@@ -636,11 +636,6 @@ tr.turn {
     }
   }
 
-  .note-description {
-    overflow: hidden;
-    margin: 0 0 10px 10px;
-  }
-
   .query-results {
     display: none;
   }
index 79cc46b09353e9b304a80c6c6b4c1aef36d4ca30..b3f1244338dc6ab4b704304caf73036715786194 100644 (file)
@@ -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>