IO-1022 IO-1011 Minor UI fixes.

This commit is contained in:
Patrick Fic
2021-05-06 14:52:44 -07:00
parent c246124e0f
commit 259c8af664
2 changed files with 9 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export default function PartsOrderModalComponent({
{fields.map((field, index) => (
<Form.Item required={false} key={field.key}>
<div style={{ display: "flex", alignItems: "center" }}>
<LayoutFormRow noDivider>
<LayoutFormRow style={{ flex: 1 }} noDivider>
<Form.Item
label={t("parts_orders.fields.line_desc")}
key={`${index}line_desc`}