瀏覽代碼

add comment

Shun Miyazawa 3 年之前
父節點
當前提交
97efc549d3
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      packages/app/src/styles/_recent-changes.scss

+ 4 - 2
packages/app/src/styles/_recent-changes.scss

@@ -9,7 +9,7 @@
       content: 'L';
     }
 
-    .custom-control-input:checked + .custom-control-label::before {
+    .custom-control-input:checked+.custom-control-label::before {
       padding-left: 5px;
       content: 'S';
     }
@@ -21,6 +21,7 @@
     .grw-recent-changes-item-lower {
       height: 17.5px;
     }
+
     .footstamp-icon {
       svg {
         width: 14px;
@@ -42,6 +43,7 @@
       font-size: 14px;
     }
 
+    // For truncate-text
     .flex-grow-1 {
       min-width: 0;
     }
@@ -50,4 +52,4 @@
       max-width: fit-content;
     }
   }
-}
+}