From d1d8e0b9354dcc21db7b7667c5327c92869a0d7e Mon Sep 17 00:00:00 2001 From: Thuan Pham Quoc Date: Sat, 9 Dec 2017 00:41:29 +0700 Subject: Fixed - bug on long url of attachment in card activity log --- client/components/activities/activities.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/activities/activities.styl b/client/components/activities/activities.styl index 36efd771..918b1fce 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 -- cgit v1.2.3-1-g7c22 From 4ac9048d80a5fec75013d24f806273d4e9e10341 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 11 Dec 2017 22:46:59 +0200 Subject: Fixed bug on long url of attachment in card activity log. Thanks to thuanpq ! --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3a2d32..57b9fff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ 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 able to see member avatar on sidebar activity](https://github.com/wekan/wekan/pull/1380); * [Don't open swipebox on update card cover / download file / delete file](https://github.com/wekan/wekan/pull/1386); -* [Boards subscription should be placed at header for all other component can be used](https://github.com/wekan/wekan/pull/1381). +* [Boards subscription should be placed at header for all other component can be used](https://github.com/wekan/wekan/pull/1381); +* [bug on long url of attachment in card activity log](https://github.com/wekan/wekan/pull/1388). Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions. Thanks to translators for their translations. -- cgit v1.2.3-1-g7c22