From 8d02a266030c17c319bb1a8372184dba3ee1cc27 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 24 Dec 2018 16:14:46 +0100 Subject: [PATCH] CSS: Fix height % --- src/webui/extjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/extjs.c b/src/webui/extjs.c index 1d1f41282..775d26be6 100644 --- a/src/webui/extjs.c +++ b/src/webui/extjs.c @@ -114,7 +114,7 @@ Ext.onReady(tvheadend.app.init, tvheadend.app);\ "\tpadding:0;\n" "\tborder:0 none;\n" "\toverflow:hidden;\n" - "\theight:100%%;\n" + "\theight:100%;\n" "}\n" "#systemlog {\n" "\tfont:normal 12px courier; font-weight: bold;\n" -- 2.47.2