diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index abff6a60a44..7638b083a97 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5586,6 +5586,11 @@ div.tabsElem a.tab { border-right: none; border-left: none; } + + .box-flex-container { + margin: 0 0 0 -8px !important; + } + } @media only screen and (max-width: 1024px) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 4329bedde81..4787166e482 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5570,6 +5570,10 @@ border-top-right-radius: 6px; border-left: none; } + .box-flex-container { + margin: 0 0 0 -8px !important; + } + } @media only screen and (max-width: 1024px)