Browse Source

fix bug of the style css

kaori 5 years ago
parent
commit
3b4f8ab3e7
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/client/styles/scss/_toc.scss

+ 5 - 5
src/client/styles/scss/_toc.scss

@@ -25,11 +25,11 @@
       margin-left: 17px;
     }
   }
+}
 
-  .grw-icon-container-recently-created {
-    svg {
-      width: 14px;
-      height: 14px;
-    }
+.grw-icon-container-recently-created {
+  svg {
+    width: 14px;
+    height: 14px;
   }
 }