From 451e53a674d8e905e706f4c0c551e1ba345cd8e5 Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 23 Jan 2021 23:12:09 -0500 Subject: [PATCH] Increase height of i2ptunnel iframed div --- apps/routerconsole/jsp/themes/console/light/console.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/routerconsole/jsp/themes/console/light/console.css b/apps/routerconsole/jsp/themes/console/light/console.css index c6a91dce0..27d9f4e25 100644 --- a/apps/routerconsole/jsp/themes/console/light/console.css +++ b/apps/routerconsole/jsp/themes/console/light/console.css @@ -1328,6 +1328,7 @@ p:empty + .sb_notice { .main#tunnelmgr { padding: 0 10px; min-width: 556px; + height: 150%; } #i2ptunnelframe {