From 2c3576c0c20bd4db707e23e112a816a720775371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <142790847+clementgde@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:46:13 +0200 Subject: [PATCH] height tabs (#33965) * FIX Bug height tabs * Update global.inc.php --------- Co-authored-by: Laurent Destailleur --- htdocs/theme/eldy/global.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 4065457561c..9790208fc50 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3945,7 +3945,7 @@ div.tabs { /*padding-left: 6px; padding-right: 6px;*/ clear:both; - height:100%; + /* height: 100%; Disabled for fix #33965 */ } div.tabsElem { margin-top: 1px;