CSR-1169 fix animation.

This commit is contained in:
Bryan Mauger 2024-07-31 10:31:37 -04:00
parent c1c6281f51
commit d0cf324653

View file

@ -178,6 +178,11 @@ export default {
border-radius: 0.5rem;
overflow: hidden;
min-height: 60px;
max-height: 100px;
@include media-breakpoint-up(md) {
max-height: 500px;
}
transition: max-height .25s ease-in;
&.has-subheader {
min-height: 80px;