From 51853ef5232ce69dfe5697ca511ab0a4822d16b4 Mon Sep 17 00:00:00 2001 From: dongli Date: Thu, 1 Sep 2022 07:42:29 +0000 Subject: [PATCH] * Fix bug #26188. --- module/my/css/changepassword.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/css/changepassword.css b/module/my/css/changepassword.css index 994521df07..85d0a993c3 100644 --- a/module/my/css/changepassword.css +++ b/module/my/css/changepassword.css @@ -1 +1,2 @@ #mainContent table > tbody > tr > td > div.text-danger.help-text {word-break: break-all;} +[lang^=fr] #mainContent table > tbody > tr {white-space: nowrap;}