summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-07-23 14:06:41 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-07-23 14:06:41 -0400
commit2eae236c5a732959a5a51fbd0eebb0d50682ebe2 (patch)
treeff69b92d6c8f9692e68fa5d3be22146bf4488ecd /client/components/main
parent0db5c1b8fadc808b0c287f1a524b0b1c9f4cd77b (diff)
downloadwekan-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/main')
-rw-r--r--client/components/main/layouts.styl4
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