diff --git a/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.html b/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.html index 1d622663a7..434a6f9d45 100644 --- a/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.html +++ b/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.html @@ -9,7 +9,7 @@
- +
diff --git a/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.scss b/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.scss index 791e7aae1f..cf3566cdbf 100644 --- a/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.scss +++ b/packages/admin-ui/src/lib/customer/src/components/customer-group-list/customer-group-list.component.scss @@ -12,6 +12,10 @@ tr.active { background-color: $color-grey-200; } + &.expanded { + // Fix for Firefox layout https://github.com/vendure-ecommerce/vendure/issues/531 + width: calc(100% - 40vw); + } } } .group-members {