From 94f3aef1eaea946680278096c512869ebac256d4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 24 Sep 2012 00:46:00 -0700 Subject: [PATCH] allow a bit more height --- view/theme/duepuntozero/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 030ecdbe1..376caefa4 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1138,7 +1138,7 @@ input#dfrn-url { margin-left: 10px; /*margin-bottom: 20px;*/ /*padding: 20px;*/ - max-height: 400px; + max-height: 700px; overflow: auto; }