From 920c8f6910f3106eba47db149b1a4f5ca82c685f Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 14 Dec 2021 10:28:41 -0800 Subject: [PATCH] IO-1523 Long production view name. --- ...ction-list-table-view-select.component.jsx | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/client/src/components/production-list-table/production-list-table-view-select.component.jsx b/client/src/components/production-list-table/production-list-table-view-select.component.jsx index 767f4602f..cd3a864d8 100644 --- a/client/src/components/production-list-table/production-list-table-view-select.component.jsx +++ b/client/src/components/production-list-table/production-list-table-view-select.component.jsx @@ -113,6 +113,7 @@ export function ProductionListTable({ onSelect={handleSelect} placeholder={t("production.labels.selectview")} optionLabelProp="label" + dropdownMatchSelectWidth={false} defaultValue={defaultView} > {bodyshop.production_config.map((config) => ( @@ -120,23 +121,31 @@ export function ProductionListTable({