increase max height of accordion fields for mobile

This commit is contained in:
Lorenz Hübschle-Schneider 2014-07-06 12:07:45 +01:00
parent 4259b070de
commit 73dcddac0e

View file

@ -426,7 +426,7 @@ h2 span, h2 small {
.panel[data-state=active] .panel-collapse {
transition: max-height 0.5s;
max-height: 35em;
max-height: 60em;
height: auto;
display: block;
}