浏览代码

Merge branch 'thuanpq-fixed-bug-on-long-card-history-log' into devel

Lauri Ojansivu 7 年之前
父节点
当前提交
4c0b262c7b
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 2 1
      CHANGELOG.md
  2. 2 0
      client/components/activities/activities.styl

+ 2 - 1
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 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);
 * [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);
 * [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 GitHub users mfshiu, thuanpq and xet7 for their contributions.
 Thanks to translators for their translations.
 Thanks to translators for their translations.

+ 2 - 0
client/components/activities/activities.styl

@@ -17,6 +17,8 @@
       height: @width
       height: @width
 
 
     .activity-desc
     .activity-desc
+      word-wrap: break-word
+      overflow: hidden
       flex: 1
       flex: 1
       align-self: center
       align-self: center
       margin: 0
       margin: 0