]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Separate element strikethrough from classes
[rails.git] / app / assets / stylesheets / common.scss
index f0746117d7b53dcd29010e509c1d2225b363835c..b5bd5adec641cf06afe707334796584904aae21c 100644 (file)
@@ -827,14 +827,11 @@ tr.turn:hover {
     height: 400px;
     display: none;
   }
-  .comments {
-    max-width: 740px;
+  .diary-comment .col-auto {
+    width: 62px;
   }
-  .diary-comment {
-    border-top: 1px dashed $grey;
-    &:first-child {
-      border-top: 1px solid $grey;
-    }
+  .diary-comment .col {
+    max-width: 690px;
   }
 }