increase max height of accordion fields for mobile
This commit is contained in:
parent
4259b070de
commit
73dcddac0e
@ -426,7 +426,7 @@ h2 span, h2 small {
|
|||||||
|
|
||||||
.panel[data-state=active] .panel-collapse {
|
.panel[data-state=active] .panel-collapse {
|
||||||
transition: max-height 0.5s;
|
transition: max-height 0.5s;
|
||||||
max-height: 35em;
|
max-height: 60em;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user