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

reviewable/pr1350/r1
Lauri Ojansivu 8 years ago
commit c8cef7551f
  1. 5
      CHANGELOG.md
  2. 3
      client/components/cards/minicard.styl

@ -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

@ -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;

Loading…
Cancel
Save