From 6a1eb270c4a44c8e67e73da3ee744f5e2d6318ea Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 11 Jun 2019 10:22:26 +0200 Subject: [PATCH] Inherit the tab height from its parent --- api/templates/default/etemplate2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 0e7fe507d0..ea57c783b6 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1098,6 +1098,9 @@ div.et2_vfsPath li img { padding: 5px; overflow-y: auto; } +.et2_tabcntr { + height: inherit; +} .et2_tabflag.active { border-bottom: 1px solid white; background-color: white;