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",