diff --git a/x-pack/plugins/maps/public/connected_components/add_layer_panel/flyout_body/layer_wizard_select.tsx b/x-pack/plugins/maps/public/connected_components/add_layer_panel/flyout_body/layer_wizard_select.tsx index 17cbf6239170c5..d7e99bb115b9b9 100644 --- a/x-pack/plugins/maps/public/connected_components/add_layer_panel/flyout_body/layer_wizard_select.tsx +++ b/x-pack/plugins/maps/public/connected_components/add_layer_panel/flyout_body/layer_wizard_select.tsx @@ -111,6 +111,7 @@ export class LayerWizardSelect extends Component { key={category} isSelected={category === this.state.selectedCategory} onClick={() => this._filterByCategory(category)} + minWidth={false} > {getCategoryLabel(category)} @@ -123,6 +124,7 @@ export class LayerWizardSelect extends Component { key="all" isSelected={!this.state.selectedCategory} onClick={() => this._filterByCategory(null)} + minWidth={false} >