Merge branch 'dev' into staging
This commit is contained in:
commit
98b2ce7808
@ -24,7 +24,6 @@
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-width: 270px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,8 @@ export default function MuiTable(props: IProps) {
|
|||||||
<Typography
|
<Typography
|
||||||
className={classes["content"]}
|
className={classes["content"]}
|
||||||
typo={ETypo.TEXT_MD_REGULAR}
|
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 && typeof cell.value === "object" && "content" in cell.value
|
||||||
? cell.value.content
|
? cell.value.content
|
||||||
: cell.value}
|
: cell.value}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user