From 5dadb204a6e6e87a38ed28fc9508990fd1b50965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 Oct 2016 09:28:23 +0200 Subject: [PATCH] slightly adjust iframe dimensions to better match combo (#13647) --- bijoe/static/css/bijoe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bijoe/static/css/bijoe.css b/bijoe/static/css/bijoe.css index d097b29..a59421f 100644 --- a/bijoe/static/css/bijoe.css +++ b/bijoe/static/css/bijoe.css @@ -92,8 +92,8 @@ select { } .bijoe-iframe #data { - width: 100vw; - height: 99vh; + width: 98vw; + height: 98vh; } /* table representation */ -- 2.9.3