Merge branch 'dev' into staging
This commit is contained in:
commit
98b2ce7808
@ -24,7 +24,6 @@
|
||||
word-wrap: break-word;
|
||||
|
||||
.content {
|
||||
max-width: 270px;
|
||||
width: 100%;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user