mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Add Feature: User can have richer formatted text into the comments (bug fixed)
This commit is contained in:
parent
0db5c1b8fa
commit
2eae236c5a
3 changed files with 6 additions and 2 deletions
|
@ -94,5 +94,5 @@ lamhieu:unblock
|
|||
meteorhacks:aggregate@1.3.0
|
||||
wekan-markdown
|
||||
konecty:mongo-counter
|
||||
summernote:summernote
|
||||
percolate:synced-cron
|
||||
easylogic:summernote
|
||||
|
|
|
@ -55,6 +55,7 @@ ddp-server@2.3.0
|
|||
deps@1.0.12
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.5.1
|
||||
easylogic:summernote@0.8.8
|
||||
ecmascript@0.12.7
|
||||
ecmascript-runtime@0.7.0
|
||||
ecmascript-runtime-client@0.8.0
|
||||
|
@ -169,7 +170,6 @@ standard-minifier-css@1.5.3
|
|||
standard-minifier-js@2.4.1
|
||||
staringatlights:fast-render@3.2.0
|
||||
staringatlights:inject-data@2.3.0
|
||||
summernote:summernote@0.8.1
|
||||
tap:i18n@1.8.2
|
||||
templates:tabs@2.3.0
|
||||
templating@1.3.2
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
global-reset()
|
||||
|
||||
*
|
||||
-webkit-box-sizing: unset
|
||||
box-sizing: unset
|
||||
|
||||
html, body, input, select, textarea, button
|
||||
font: 14px Roboto, "Helvetica Neue", Arial, Helvetica, sans-serif
|
||||
line-height: 18px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue