diff options
author | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-07-22 23:33:44 -0400 |
---|---|---|
committer | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-07-22 23:33:44 -0400 |
commit | 3632f4c8ab9b7ba6a6c1f191e41ad26232471a3a (patch) | |
tree | 965a8149debb265150f1bd3b3fe9ee56681d1c76 /client/components/cards | |
parent | 0291bcde17669e0dd6141a4f114aa3b3caf54338 (diff) | |
download | wekan-3632f4c8ab9b7ba6a6c1f191e41ad26232471a3a.tar.gz wekan-3632f4c8ab9b7ba6a6c1f191e41ad26232471a3a.tar.bz2 wekan-3632f4c8ab9b7ba6a6c1f191e41ad26232471a3a.zip |
Add Feature: Comments can be richer (can support some safe HTML tags)
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/cardDetails.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index da0fe9f8..4bba2d4d 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -126,7 +126,7 @@ input[type="submit"].attachment-add-link-submit @media screen and (max-width: 800px) .card-details - width: calc(100% - 40px) + width: calc(100% - 1px) padding: 0px 20px 0px 20px margin: 0px transition: none |