From 01188649209e67af1b494aef8db3189e3873e037 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Fri, 27 Jan 2012 11:55:26 +0000 Subject: [PATCH] Add a new max-height to input box, fixes #86 --- predict/css/pred.css | 1 + 1 file changed, 1 insertion(+) diff --git a/predict/css/pred.css b/predict/css/pred.css index f919bf5..800c641 100644 --- a/predict/css/pred.css +++ b/predict/css/pred.css @@ -174,6 +174,7 @@ a { text-decoration: underline; color: #333; cursor: pointer; } width: 400px; padding: 5px 5px 0px 5px; bottom: 0; right: 0; + max-height: 400px; } #launch-card {