Commit c9aa9939fce4d794b324c02bfbd9e96eb558ae3f

Authored by Leonardo Merlin
1 parent 826c665a

Fix event-list animation

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/components/event-list/event-list.scss
... ... @@ -15,6 +15,7 @@
15 15 margin: 20px 0;
16 16 line-height: 20px;
17 17 transition: .3s linear all;
  18 + overflow: hidden;
18 19  
19 20 &.ng-hide {
20 21 height: 0;
... ...