diff --git a/htdocs/index.php b/htdocs/index.php
index 1884d9a823a..b9ac604ca95 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -539,9 +539,9 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
$openedDashBoard .= '
'."\n";
}
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index d2e3c43a3aa..31bc0e036b6 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -1086,7 +1086,7 @@ select.flat.selectlimit {
max-width: 62px;
}
.selectlimit, .marginrightonly {
- margin-right: 10px !important;
+ margin-: 10px !important;
}
.marginleftonly {
margin-: 10px !important;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 4acf119eff7..06598624da2 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -1170,7 +1170,7 @@ select.flat.selectlimit {
max-width: 62px;
}
.selectlimit, .marginrightonly {
- margin-right: 10px !important;
+ margin-: 10px !important;
}
.marginleftonly {
margin-: 10px !important;