summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-11 21:51:39 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-11 21:51:39 +0200
commit6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d (patch)
tree8414c9dd2a0304dedb9431c6505fca2a60a09068
parentddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1 (diff)
parent9ed730284dd7f7c078b98b37e113559c38be99d5 (diff)
downloadwekan-6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d.tar.gz
wekan-6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d.tar.bz2
wekan-6ce5ea9ca5dfc9e6af6d9119ee07175faa35805d.zip
Merge branch 'thuanpq-fix-bug-on-sidebar-member-avatar-not-shown' into devel
-rw-r--r--CHANGELOG.md8
-rw-r--r--client/components/activities/activities.styl2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6fd8f37..665a4ed8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,15 @@ This release adds the following new features:
* [Change password of any user in Standalone Wekan Admin Panel](https://github.com/wekan/wekan/pull/1372);
* [Performance optimization: Move more global subscriptions to template subscription](https://github.com/wekan/wekan/pull/1373);
* Update tranlations. Add Latvian language;
-* Update Node to 4.8.6 and MongoDB to 3.2.18.
+* Update to Meteor 1.6.0, Node 6.12.2 and MongoDB 3.2.18.
and fixes the following bugs:
-* [Bug on not being able to see Admin Panel if not having access to Board List](https://github.com/wekan/wekan/pull/1371).
+* [Bug on not being able to see Admin Panel if not having access to Board List](https://github.com/wekan/wekan/pull/1371);
+* [Bug on not able to see member avatar on sidebar activity](https://github.com/wekan/wekan/pull/1380).
-Thanks to GitHub users mfshiu and thuanpq for their contributions. Thanks to translators for their translations.
+Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions.
+Thanks to translators for their translations.
# v0.60 2017-11-29 Wekan release
diff --git a/client/components/activities/activities.styl b/client/components/activities/activities.styl
index 36efd771..59e54a6a 100644
--- a/client/components/activities/activities.styl
+++ b/client/components/activities/activities.styl
@@ -21,6 +21,8 @@
align-self: center
margin: 0
margin-left: 3px
+ overflow: hidden;
+ word-break: break-word;
.activity-comment
display: block