From b61046bfa49fe2d78dcf3f3d449c58228034cabe Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 10 Jun 2025 18:20:59 +0200 Subject: [PATCH] css --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index aac6d8c4eeb..f1421fb35e6 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -3010,7 +3010,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab if ($popuptab) { // If there is some tabs not shown $left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left'); $right = ($langs->trans("DIRECTION") == 'rtl' ? 'left' : 'right'); - $widthofpopup = 200; + $widthofpopup = 240; $tabsname = $moretabssuffix; if (empty($tabsname)) {