Skip to content

Commit

Permalink
Minor styling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
MuseofMoose committed Dec 10, 2016
1 parent b34f0c1 commit a3abb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo_files/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.instructions.ng-enter {
transition: 0.3s ease all;
opacity: 0;
height: 0px;
height: 0;
}

.instructions.ng-enter.ng-enter-active {
Expand All @@ -44,5 +44,5 @@
}
.instructions.ng-leave.ng-leave-active {
opacity: 0;
height: 0px;
height: 0;
}

0 comments on commit a3abb6c

Please sign in to comment.