increase max height of accordion fields for mobile
This commit is contained in:
parent
4259b070de
commit
73dcddac0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue