Merge pull request #32855 from overleaf/kc-move-token-rendering

[web] move domain verification token rendering to collapsible section

GitOrigin-RevId: c34b0f66f56c4e9942a53c2a2383d7a8cbdfdf7c
This commit is contained in:
Kate Crichton
2026-04-29 14:11:16 +01:00
committed by Copybot
parent e7cfcbdc66
commit 20f08ab8c1
3 changed files with 19 additions and 3 deletions

View File

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

View File

@@ -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 {

View File

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