diff --git a/src/front/Components/DesignSystem/Table/MuiTable/classes.module.scss b/src/front/Components/DesignSystem/Table/MuiTable/classes.module.scss index 1348e460..73041751 100644 --- a/src/front/Components/DesignSystem/Table/MuiTable/classes.module.scss +++ b/src/front/Components/DesignSystem/Table/MuiTable/classes.module.scss @@ -24,7 +24,6 @@ word-wrap: break-word; .content { - max-width: 270px; width: 100%; word-break: break-word; } diff --git a/src/front/Components/DesignSystem/Table/MuiTable/index.tsx b/src/front/Components/DesignSystem/Table/MuiTable/index.tsx index 6e5a360b..d02667a8 100644 --- a/src/front/Components/DesignSystem/Table/MuiTable/index.tsx +++ b/src/front/Components/DesignSystem/Table/MuiTable/index.tsx @@ -93,7 +93,8 @@ export default function MuiTable(props: IProps) { + color={ETypoColor.COLOR_NEUTRAL_900} + > {cell.value && typeof cell.value === "object" && "content" in cell.value ? cell.value.content : cell.value}