From bb2b1b61a5e8182b13f66fbf0c9d99af40ada55d Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 3 Jan 2013 00:59:35 +0100 Subject: [PATCH] fix height --- teleforma/static/teleforma/css/teleforma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index a796fe26..182b4534 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1832,7 +1832,7 @@ form .exceed{ border-radius: 8px 0px 8px 8px; color: black; padding: 0.5em; - max-height: 350px; + max-height: 300px; overflow-y: auto; } -- 2.39.5