Yuki Takei 8 лет назад
Родитель
Сommit
0e8f73d10f
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      resource/css/_page_crowi-plus.scss
  2. 1 1
      resource/js/components/Page/RevisionPath.js

+ 2 - 1
resource/css/_page_crowi-plus.scss

@@ -25,9 +25,10 @@
         margin-bottom: 10px;
       }
     }
+
   }
 
-  // hide authors from affix
+  // hide authors in affix
   .main #page-header.affix {
     .authors {
       display: none !important;

+ 1 - 1
resource/js/components/Page/RevisionPath.js

@@ -65,7 +65,7 @@ export default class RevisionPath extends React.Component {
   }
 
   render() {
-    // define style
+    // define styles
     const rootStyle = {
       marginRight: "0.2em",
     }