Skip to content

Commit

Permalink
style(misc): remove useless duration-250 class
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Oct 31, 2023
1 parent bf166d1 commit c5138e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
</div>
<div
class="content duration-250 overflow-hidden transition-[max-height] duration-300"
class="content overflow-hidden transition-[max-height] duration-300"
[ngClass]="collapsed ? 'ease-out' : 'ease-in'"
[style.maxHeight]="maxHeight"
#contentDiv
Expand Down

0 comments on commit c5138e1

Please sign in to comment.