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

This commit is contained in:
Lauri Ojansivu 2017-11-21 09:27:21 +02:00
commit c8cef7551f
2 changed files with 6 additions and 2 deletions

View file

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

View file

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