From acf7aa64892bd1a0c1dba1dbff524383369418fa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Dec 2021 00:05:30 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 4 ++-- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 694a3cbb0d0..3c1a5abbe43 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5623,8 +5623,8 @@ div#ecm-layout-center { } .jnotify-container .jnotify-notification .jnotify-message { font-weight: normal; - text-align: start; - word-break: break-word; + text-align: start; + word-break: break-word; } .jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message { color: #a28918 !important; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index a769aa317e1..f9750df7fb6 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5556,7 +5556,7 @@ div#ecm-layout-center { .jnotify-container .jnotify-notification .jnotify-message { font-weight: normal; text-align: start; - word-break: break-word; + word-break: break-word; } .jnotify-container .jnotify-notification-warning .jnotify-close, .jnotify-container .jnotify-notification-warning .jnotify-message { color: #a28918 !important;