From 73dcddac0e0dfe4ace46da566e777f892398bd65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 6 Jul 2014 12:07:45 +0100 Subject: [PATCH] increase max height of accordion fields for mobile --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 8df7f94..56dff4b 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -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; }