diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:45:56 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:45:56 +0200 |
commit | fb83a5164d6f590b6840f5a7ab8f72db1885f311 (patch) | |
tree | 79fd6d5f70f9b646e2dab6722a04874369bfef94 /client/components | |
parent | a05292bd910ddba3054337c9a6761c4e62117e35 (diff) | |
parent | d1d8e0b9354dcc21db7b7667c5327c92869a0d7e (diff) | |
download | wekan-fb83a5164d6f590b6840f5a7ab8f72db1885f311.tar.gz wekan-fb83a5164d6f590b6840f5a7ab8f72db1885f311.tar.bz2 wekan-fb83a5164d6f590b6840f5a7ab8f72db1885f311.zip |
Merge branch 'fixed-bug-on-long-card-history-log' of https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/activities/activities.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/activities/activities.styl b/client/components/activities/activities.styl index 59e54a6a..380e7b40 100644 --- a/client/components/activities/activities.styl +++ b/client/components/activities/activities.styl @@ -17,6 +17,8 @@ height: @width .activity-desc + word-wrap: break-word + overflow: hidden flex: 1 align-self: center margin: 0 |