diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 95eb542d2a1..624277e8aec 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1823,6 +1823,9 @@ if (! empty($conf->global->MAIN_LOGIN_BACKGROUND)) { .login_table .tdinputlogin input#securitycode { font-size: 1em; } +.login_main_home { + word-break: break-word; +} .login_main_message { text-align: center; max-width: 570px; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 754bc6bd159..c9e56da0e63 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2004,6 +2004,9 @@ form#login { width: 14px; } +.login_main_home { + word-break: break-word; +} .login_main_message { text-align: center; max-width: 570px;