mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Merge branch 'pravdomil-patch-7' into devel
This commit is contained in:
commit
fe69ab9030
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# Upcoming Wekan release
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
* [Remove card shadow, Wekan users now prefer not to have it](https://github.com/wekan/wekan/pull/1726).
|
||||
|
||||
Thanks to GitHub users pravdomil and xet7 for their contributions.
|
||||
|
||||
# v1.10 2018-06-28 Wekan release
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
flex-wrap: wrap
|
||||
background-color: #fff
|
||||
min-height: 20px
|
||||
box-shadow: 0 0px 16px rgba(0,0,0,0.15) inset
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.15)
|
||||
border-radius: 2px
|
||||
color: #4d4d4d
|
||||
overflow: hidden
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue