diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:47:45 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-11 22:47:45 +0200 |
commit | 4c0b262c7b2a446199d1d97e94edb9cbb2d3adb1 (patch) | |
tree | a1a344cab53ad2732760ebf1c87d1c34d26dcfca /client | |
parent | a05292bd910ddba3054337c9a6761c4e62117e35 (diff) | |
parent | 4ac9048d80a5fec75013d24f806273d4e9e10341 (diff) | |
download | wekan-4c0b262c7b2a446199d1d97e94edb9cbb2d3adb1.tar.gz wekan-4c0b262c7b2a446199d1d97e94edb9cbb2d3adb1.tar.bz2 wekan-4c0b262c7b2a446199d1d97e94edb9cbb2d3adb1.zip |
Merge branch 'thuanpq-fixed-bug-on-long-card-history-log' into devel
Diffstat (limited to 'client')
-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 |