diff --git a/frontend/src/components/orgs-list.ts b/frontend/src/components/orgs-list.ts
index c79f38ee..9c87bbcd 100644
--- a/frontend/src/components/orgs-list.ts
+++ b/frontend/src/components/orgs-list.ts
@@ -28,7 +28,7 @@ export class OrgsList extends BtrixElement {
static styles = css`
btrix-table {
--btrix-table-grid-template-columns: min-content [clickable-start]
- minmax(auto, 50ch) auto auto auto [clickable-end] min-content;
+ minmax(auto, 50ch) auto auto auto auto [clickable-end] min-content;
}
`;
@@ -115,34 +115,36 @@ export class OrgsList extends BtrixElement {
library="default"
>
-
-
-
- ${msg("Status")}
-
-
- ${msg("Name")}
-
-
- ${msg("Created")}
-
-
- ${msg("Members")}
-
-
- ${msg("Bytes Stored")}
-
-
- ${msg("Last Crawl")}
-
-
- ${msg("Actions")}
-
-
-
- ${orgs?.map(this.renderOrg)}
-
-
+
+
+
+
+ ${msg("Status")}
+
+
+ ${msg("Name")}
+
+
+ ${msg("Created")}
+
+
+ ${msg("Members")}
+
+
+ ${msg("Bytes Stored")}
+
+
+ ${msg("Last Crawl")}
+
+
+ ${msg("Actions")}
+
+
+
+ ${orgs?.map(this.renderOrg)}
+
+
+
${this.renderOrgQuotas()} ${this.renderOrgProxies()}
${this.renderOrgReadOnly()} ${this.renderOrgDelete()}
diff --git a/frontend/src/components/ui/overflow-dropdown.ts b/frontend/src/components/ui/overflow-dropdown.ts
index fa944692..79c5b526 100644
--- a/frontend/src/components/ui/overflow-dropdown.ts
+++ b/frontend/src/components/ui/overflow-dropdown.ts
@@ -50,7 +50,11 @@ export class OverflowDropdown extends TailwindElement {
hoist
distance=${ifDefined(this.raised ? "4" : undefined)}
>
-
+
btrix-table {
- grid-template-columns: ${headerCols
+ --btrix-table-grid-template-columns: ${headerCols
.map(({ cssCol }) => cssCol)
.join(" ")};
}
-
+
btrix-table {
- grid-template-columns:
- min-content [clickable-start]
- ${this.workflowId ? "" : `auto `}auto auto
- auto auto auto auto [clickable-end] min-content;
+ --btrix-table-grid-template-columns: min-content [clickable-start]
+ ${this.workflowId ? "" : `auto `}auto auto auto auto auto auto
+ [clickable-end] min-content;
}
diff --git a/frontend/src/pages/org/archived-item-detail/ui/qa.ts b/frontend/src/pages/org/archived-item-detail/ui/qa.ts
index 2a48146f..6144d776 100644
--- a/frontend/src/pages/org/archived-item-detail/ui/qa.ts
+++ b/frontend/src/pages/org/archived-item-detail/ui/qa.ts
@@ -752,7 +752,7 @@ export class ArchivedItemDetailQA extends BtrixElement {
return html`