mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Merge branch 'nztqa-fix-ie11-animation' into devel
Fix showing card activity history in IE11. Thanks to nztqa ! Closes #646
This commit is contained in:
commit
f9f529e53f
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
# Upcoming Wekan release
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
* [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152).
|
||||
|
||||
Thanks to GitHub user nztqa for contributions.
|
||||
|
||||
# v0.30 2017-07-27 Wekan release
|
||||
|
||||
SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
|
||||
|
|
|
@ -368,7 +368,8 @@ a
|
|||
|
||||
@keyframes flexGrowIn
|
||||
from
|
||||
flex-basis: 0
|
||||
// Support IE11 https://github.com/wekan/wekan/pull/646
|
||||
height: 100%
|
||||
|
||||
@media screen and (max-width: 800px)
|
||||
#content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue