mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Merge branch 'couscous3-remove-minicard-title-whitespace' into devel
This commit is contained in:
commit
c8cef7551f
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue