Переглянути джерело

Add Feature: User can have richer formatted text into the comments (bug fixed)

Sam X. Chen 6 роки тому
батько
коміт
2eae236c5a
3 змінених файлів з 6 додано та 2 видалено
  1. 1 1
      .meteor/packages
  2. 1 1
      .meteor/versions
  3. 4 0
      client/components/main/layouts.styl

+ 1 - 1
.meteor/packages

@@ -94,5 +94,5 @@ lamhieu:unblock
 meteorhacks:aggregate@1.3.0
 meteorhacks:aggregate@1.3.0
 wekan-markdown
 wekan-markdown
 konecty:mongo-counter
 konecty:mongo-counter
-summernote:summernote
 percolate:synced-cron
 percolate:synced-cron
+easylogic:summernote

+ 1 - 1
.meteor/versions

@@ -55,6 +55,7 @@ ddp-server@2.3.0
 deps@1.0.12
 deps@1.0.12
 diff-sequence@1.1.1
 diff-sequence@1.1.1
 dynamic-import@0.5.1
 dynamic-import@0.5.1
+easylogic:summernote@0.8.8
 ecmascript@0.12.7
 ecmascript@0.12.7
 ecmascript-runtime@0.7.0
 ecmascript-runtime@0.7.0
 ecmascript-runtime-client@0.8.0
 ecmascript-runtime-client@0.8.0
@@ -169,7 +170,6 @@ standard-minifier-css@1.5.3
 standard-minifier-js@2.4.1
 standard-minifier-js@2.4.1
 staringatlights:fast-render@3.2.0
 staringatlights:fast-render@3.2.0
 staringatlights:inject-data@2.3.0
 staringatlights:inject-data@2.3.0
-summernote:summernote@0.8.1
 tap:i18n@1.8.2
 tap:i18n@1.8.2
 templates:tabs@2.3.0
 templates:tabs@2.3.0
 templating@1.3.2
 templating@1.3.2

+ 4 - 0
client/components/main/layouts.styl

@@ -2,6 +2,10 @@
 
 
 global-reset()
 global-reset()
 
 
+*
+  -webkit-box-sizing: unset
+  box-sizing: unset
+
 html, body, input, select, textarea, button
 html, body, input, select, textarea, button
   font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif
   font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif
   line-height: 18px
   line-height: 18px