Procházet zdrojové kódy

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

Lauri Ojansivu před 7 roky
rodič
revize
c8cef7551f
2 změnil soubory, kde provedl 6 přidání a 2 odebrání
  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;