diff options
author | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-07-23 14:06:41 -0400 |
---|---|---|
committer | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-07-23 14:06:41 -0400 |
commit | 2eae236c5a732959a5a51fbd0eebb0d50682ebe2 (patch) | |
tree | ff69b92d6c8f9692e68fa5d3be22146bf4488ecd /client/components | |
parent | 0db5c1b8fadc808b0c287f1a524b0b1c9f4cd77b (diff) | |
download | wekan-2eae236c5a732959a5a51fbd0eebb0d50682ebe2.tar.gz wekan-2eae236c5a732959a5a51fbd0eebb0d50682ebe2.tar.bz2 wekan-2eae236c5a732959a5a51fbd0eebb0d50682ebe2.zip |
Add Feature: User can have richer formatted text into the comments (bug fixed)
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/main/layouts.styl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 46ee720c..cc8be6af 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -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 |