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