From 20f08ab8c1631fa25b8d98ce57380b4d42c7ec5c Mon Sep 17 00:00:00 2001 From: Kate Crichton Date: Wed, 29 Apr 2026 14:11:16 +0100 Subject: [PATCH] Merge pull request #32855 from overleaf/kc-move-token-rendering [web] move domain verification token rendering to collapsible section GitOrigin-RevId: c34b0f66f56c4e9942a53c2a2383d7a8cbdfdf7c --- .../web/frontend/extracted-translations.json | 1 - .../stylesheets/pages/group-settings.scss | 20 ++++++++++++++++++- services/web/locales/en.json | 1 - 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 90909417e5..a6f0b09fdb 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1247,7 +1247,6 @@ "no_selection_select_file": "", "no_symbols_found": "", "no_thanks_cancel_now": "", - "no_token": "", "non_blinking_cursor": "", "normal": "", "normally_x_price_per_month": "", diff --git a/services/web/frontend/stylesheets/pages/group-settings.scss b/services/web/frontend/stylesheets/pages/group-settings.scss index 85dcbea11d..b2a2b90d89 100644 --- a/services/web/frontend/stylesheets/pages/group-settings.scss +++ b/services/web/frontend/stylesheets/pages/group-settings.scss @@ -320,10 +320,20 @@ h4.group-settings-title { } .group-domains-table { + table-layout: fixed; + thead { - td { + th { border-bottom-width: var(--bs-border-width) !important; } + + th:first-child { + width: 60px; + } + + th:last-child { + width: 100px; + } } tr:not(.domain-extra-details-row) { @@ -340,6 +350,10 @@ h4.group-settings-title { } } + td { + overflow-wrap: break-word; + } + .domain-verification-status-table-cell { text-wrap: nowrap; } @@ -347,6 +361,10 @@ h4.group-settings-title { .domain-verification-failure-reason { margin-bottom: var(--spacing-05); } + + .domain-verification-token-container { + margin-bottom: var(--spacing-03); + } } .domain-verification-token-container { diff --git a/services/web/locales/en.json b/services/web/locales/en.json index f3938d66c9..108c5c0e3f 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1644,7 +1644,6 @@ "no_selection_select_file": "Currently, no file is selected. Please select a file from the file tree.", "no_symbols_found": "No symbols found", "no_thanks_cancel_now": "No thanks, I still want to cancel", - "no_token": "No token", "no_update_email": "No, update email", "non_blinking_cursor": "Non-blinking cursor", "non_deletable_entity": "The specified entity may not be deleted",