From 3db92860742124c578e668e2f5daa7afbf9a59a5 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 22 Jul 2022 13:28:02 +0800 Subject: [PATCH] * Fix bug #25398. --- module/user/css/login.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/user/css/login.css b/module/user/css/login.css index f983807e03..d6ece8764a 100644 --- a/module/user/css/login.css +++ b/module/user/css/login.css @@ -24,3 +24,4 @@ html[lang='en'] #loginPanel .table-form > tbody > tr > th {width: 80px;} .table-row-extension .alert {margin-bottom: 0px !important;} .table-row-extension .content {color: #3c4353;} .table-row-extension .expired-tips {cursor: pointer;} +[lang^=fr] #loginPanel .table-form > tbody > tr > th {width: 100px;}