diff --git a/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx b/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx index f229cd28..c2a2c39d 100644 --- a/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx +++ b/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx @@ -19621,6 +19621,34 @@ export function AutomationInventoryTab() { max-width: 100%; } + .automation-inventory-live-read-kpi-grid, + .automation-inventory-live-read-grid, + .automation-inventory-live-read-card-grid, + .automation-inventory-service-health-notification-rule-grid, + .automation-inventory-service-health-target-grid { + width: 100% !important; + max-width: 100% !important; + min-width: 0 !important; + justify-items: stretch; + } + + .automation-inventory-live-read-kpi-grid > *, + .automation-inventory-live-read-grid > *, + .automation-inventory-live-read-card-grid > *, + .automation-inventory-service-health-notification-rule-grid > *, + .automation-inventory-service-health-target-grid > * { + width: 100% !important; + min-width: 0 !important; + max-width: 100% !important; + overflow-wrap: anywhere; + } + + .automation-inventory-live-read-grid *, + .automation-inventory-live-read-card-grid * { + min-width: 0 !important; + max-width: 100%; + } + .automation-inventory-live-read-card-grid > *, .automation-inventory-live-read-kpi-grid > *, .automation-inventory-service-health-notification-rule-grid > *, diff --git a/apps/web/src/app/[locale]/security-compliance/page.tsx b/apps/web/src/app/[locale]/security-compliance/page.tsx index 500d024e..7ec8b213 100644 --- a/apps/web/src/app/[locale]/security-compliance/page.tsx +++ b/apps/web/src/app/[locale]/security-compliance/page.tsx @@ -152,6 +152,7 @@ function SecurityComplianceFrontStage({ locale: _locale }: { locale: string }) { return (
+
); }