summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-28 14:12:47 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-28 14:12:47 +0300
commitf9f529e53f980d889df5bb1f818da55268284535 (patch)
tree737673e3fe7557ee467cc718117c931e591ff081
parenta56e0b6d4a266f87060ea164067b18504388c0b2 (diff)
parent979a2025ef899d4920fb29b6e1d43977e77f304c (diff)
downloadwekan-f9f529e53f980d889df5bb1f818da55268284535.tar.gz
wekan-f9f529e53f980d889df5bb1f818da55268284535.tar.bz2
wekan-f9f529e53f980d889df5bb1f818da55268284535.zip
Merge branch 'nztqa-fix-ie11-animation' into devel
Fix showing card activity history in IE11. Thanks to nztqa ! Closes #646
-rw-r--r--CHANGELOG.md8
-rw-r--r--client/components/main/layouts.styl3
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78eb162f..2d2a250d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index ee87a5f8..734a5e83 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -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