diff --git a/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/business-details.js b/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/business-details.js index 8856170274d..b0692d5142e 100644 --- a/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/business-details.js +++ b/plugins/woocommerce-admin/client/dashboard/profile-wizard/steps/business-details.js @@ -626,30 +626,34 @@ class BusinessDetails extends Component { 'brick-mortar-other', ].includes( values.selling_venues ) && ( - - { values.other_platform === - 'other' && ( - + - ) } + { values.other_platform === + 'other' && ( + + ) } + ) } diff --git a/plugins/woocommerce-admin/client/dashboard/profile-wizard/style.scss b/plugins/woocommerce-admin/client/dashboard/profile-wizard/style.scss index ee449b1598b..e88dfd4d045 100644 --- a/plugins/woocommerce-admin/client/dashboard/profile-wizard/style.scss +++ b/plugins/woocommerce-admin/client/dashboard/profile-wizard/style.scss @@ -27,6 +27,10 @@ max-width: 100%; justify-content: center; } + + .business-competitors .woocommerce-select-control__listbox { + max-height: unset; + } } .woocommerce-profile-wizard__card-actions {