Merge branch 'dev' into staging

This commit is contained in:
Max S 2024-09-17 18:32:21 +02:00
commit 98b2ce7808
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@
word-wrap: break-word;
.content {
max-width: 270px;
width: 100%;
word-break: break-word;
}

View File

@ -93,7 +93,8 @@ export default function MuiTable(props: IProps) {
<Typography
className={classes["content"]}
typo={ETypo.TEXT_MD_REGULAR}
color={ETypoColor.COLOR_NEUTRAL_900}>
color={ETypoColor.COLOR_NEUTRAL_900}
>
{cell.value && typeof cell.value === "object" && "content" in cell.value
? cell.value.content
: cell.value}