sou 7 лет назад
Родитель
Сommit
8423352393
2 измененных файлов с 6 добавлено и 1 удалено
  1. 2 1
      resource/js/components/PageComment/Comment.js
  2. 4 0
      resource/styles/scss/_wiki.scss

+ 2 - 1
resource/js/components/PageComment/Comment.js

@@ -76,7 +76,8 @@ export default class Comment extends React.Component {
       <RevisionBody html={this.state.html}
           inputRef={el => this.revisionBodyElement = el}
           isMathJaxEnabled={isMathJaxEnabled}
-          renderMathJaxOnInit={true} />
+          renderMathJaxOnInit={true}
+          type="comment" />
     );
   }
 

+ 4 - 0
resource/styles/scss/_wiki.scss

@@ -34,6 +34,10 @@
     font-size: 1.05em;
     font-weight: normal;
   }
+  h6 {
+    font-size: 1.00em;
+    font-weight: normal;
+  }
 
   p {
     font-weight: normal;