diff --git a/linked-dependencies/matrix-react-sdk/res/css/views/auth/_CompleteSecurityBody.pcss b/linked-dependencies/matrix-react-sdk/res/css/views/auth/_CompleteSecurityBody.pcss
index 404a06d695..fd187c89f0 100644
--- a/linked-dependencies/matrix-react-sdk/res/css/views/auth/_CompleteSecurityBody.pcss
+++ b/linked-dependencies/matrix-react-sdk/res/css/views/auth/_CompleteSecurityBody.pcss
@@ -8,12 +8,6 @@ Please see LICENSE files in the repository root for full details.
*/
.mx_CompleteSecurityBody {
- /* :TCHAP: cross-signing-ui
- width: 600px;
- */
- width: 660px;
- /* end :TCHAP: */
-
color: $authpage-primary-color;
background-color: $background;
border-radius: 4px;
diff --git a/modules/tchap-translations/tchap_translations.json b/modules/tchap-translations/tchap_translations.json
index fa936aecd9..227a18549e 100644
--- a/modules/tchap-translations/tchap_translations.json
+++ b/modules/tchap-translations/tchap_translations.json
@@ -895,11 +895,7 @@
"fr": "Liste rouge"
},
"encryption|verification|help_link": {
- "en": "Learn more and get help",
- "fr": "En savoir plus et obtenir de l'aide "
- },
- "encryption|verification|help_button": {
- "en": "Help",
- "fr": "Aide "
+ "en": "Learn more and get help",
+ "fr": "En savoir plus et obtenir de l'aide "
}
}
diff --git a/res/themes/tchap-common/css/_tchap_custom.pcss b/res/themes/tchap-common/css/_tchap_custom.pcss
index 83a982748e..a5d64a18a7 100644
--- a/res/themes/tchap-common/css/_tchap_custom.pcss
+++ b/res/themes/tchap-common/css/_tchap_custom.pcss
@@ -72,4 +72,9 @@
.mx_AuthBody_text .mx_ErrorMessage {
margin-top: 10px;
font-weight: bold;
+}
+
+/* help-access-verify-device added help button, so need to have wider width to avoid double line text in other buttons */
+.mx_CompleteSecurityBody {
+ width: 726px;
}
\ No newline at end of file