瀏覽代碼

Merge branch 'couscous3-remove-minicard-title-whitespace' into devel

Lauri Ojansivu 7 年之前
父節點
當前提交
c8cef7551f
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 3 2
      CHANGELOG.md
  2. 3 0
      client/components/cards/minicard.styl

+ 3 - 2
CHANGELOG.md

@@ -6,9 +6,10 @@ This release adds the following new features:
 
 and fixes the following bugs:
 
-* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346).
+* [Board list with long-description boards not visible](https://github.com/wekan/wekan/pull/1346);
+* [Remove erroneous minicard title whitespace](https://github.com/wekan/wekan/pull/1347).
 
-Thanks to GitHub users GhassenRjab and thuanpq for their contributions.
+Thanks to GitHub users couscous3, GhassenRjab and thuanpq for their contributions.
 
 # v0.55 2017-11-19 Wekan release
 

+ 3 - 0
client/components/cards/minicard.styl

@@ -77,6 +77,9 @@
       height: @width
       border-radius: 2px
       margin-left: 3px
+  .minicard-title
+    p:last-child
+      margin-bottom: 0
   .dates
     display: flex;
     flex-direction: row;