diff --git a/src/attributes/components/AttributeValues/AttributeValues.tsx b/src/attributes/components/AttributeValues/AttributeValues.tsx index 71b9c81f0..25292d894 100644 --- a/src/attributes/components/AttributeValues/AttributeValues.tsx +++ b/src/attributes/components/AttributeValues/AttributeValues.tsx @@ -31,13 +31,13 @@ export interface AttributeValuesProps { const useStyles = makeStyles( theme => ({ columnAdmin: { - width: "50%" + width: 300 }, columnDrag: { width: 48 + theme.spacing(1.5) }, columnStore: { - width: "50%" + width: "auto" }, dragIcon: { cursor: "grab" @@ -46,7 +46,7 @@ const useStyles = makeStyles( "&:last-child": { paddingRight: theme.spacing() }, - width: 48 + theme.spacing(1.5) + width: 80 }, link: { cursor: "pointer" @@ -98,7 +98,7 @@ const AttributeValues: React.FC = ({ description="attribute values list: name column header" /> - + diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index b871e9905..df1ea5cba 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -21705,7 +21705,7 @@ exports[`Storyshots Views / Attributes / Attribute details create 1`] = ` Default Store View @@ -22595,7 +22595,7 @@ exports[`Storyshots Views / Attributes / Attribute details default 1`] = ` Default Store View @@ -23639,7 +23639,7 @@ exports[`Storyshots Views / Attributes / Attribute details form errors 1`] = ` Default Store View @@ -24692,7 +24692,7 @@ exports[`Storyshots Views / Attributes / Attribute details loading 1`] = ` Default Store View @@ -25470,7 +25470,7 @@ exports[`Storyshots Views / Attributes / Attribute details multiple select input Default Store View @@ -26509,7 +26509,7 @@ exports[`Storyshots Views / Attributes / Attribute details no values 1`] = ` Default Store View