CSR-1169 fix animation.
This commit is contained in:
parent
c1c6281f51
commit
d0cf324653
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue