mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Fix keyframe property
Support for IE11 https://github.com/wekan/wekan/pull/646
This commit is contained in:
parent
a56e0b6d4a
commit
b24212d70a
1 changed files with 2 additions and 1 deletions
|
|
@ -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