From 4f7760ed860f3a5c220483d164eacc205bd77dfe Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 15 Feb 2021 18:17:32 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03540=20-=20Migrate=20printable=20version?= =?UTF-8?q?=20of=20an=20object?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/print.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/print.css b/css/print.css index 79fbabb77..bc21c8467 100644 --- a/css/print.css +++ b/css/print.css @@ -240,3 +240,7 @@ div.explain-printable button{ margin-right: 16px; background-color: var(--ibo-body-background-color); } + +.ibo-panel > .ibo-panel--body > .ibo-tab-container { + height: 100%; +}