summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-09-11 09:05:16 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-09-11 09:05:16 -0400
commite0046032e865dca408ceb78d0afbdec723cb3e28 (patch)
tree95059bddb9aa519b8058c2283c18f75c2a162f29 /client/components
parent753d5b953dc52be198d0e6dd967161b81c21d27b (diff)
downloadwekan-e0046032e865dca408ceb78d0afbdec723cb3e28.tar.gz
wekan-e0046032e865dca408ceb78d0afbdec723cb3e28.tar.bz2
wekan-e0046032e865dca408ceb78d0afbdec723cb3e28.zip
Fixing @user in comments doesn't work if it's in a separate line
Diffstat (limited to 'client/components')
-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 56c35284..01ce2f16 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -381,6 +381,10 @@ a
display: block
word-wrap: break-word
+ table
+ word-wrap: normal
+ word-break: normal
+
ol
list-style-type: decimal
padding-left: 20px