Merge branch 'develop' into feature/CSR-1161

This commit is contained in:
CarlNation 2024-08-01 13:53:58 -04:00
commit d8192b8f2d

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 0.25s ease-in;
&.has-subheader {
min-height: 80px;