From f243b94e96d1423edb8afa034f68e316a9c8a795 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sun, 27 Sep 2015 02:55:06 +1000 Subject: [PATCH] Consistent height for info window --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9d2d15e..808bff5 100644 --- a/css/style.css +++ b/css/style.css @@ -115,7 +115,7 @@ h1, h2, h3 { #tabs { margin: -1px; padding-top: 22px; - min-height: 400px; + height: 455px; min-width: 500px; }