Shun Miyazawa 3 lat temu
rodzic
commit
97efc549d3
1 zmienionych plików z 4 dodań i 2 usunięć
  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;
     }
   }
-}
+}