Add ellisis to sku column
This commit is contained in:
parent
02b3717121
commit
6da39876be
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ const useStyles = makeStyles<Theme, OrderFulfillPageProps, ClassKey>(
|
|||
},
|
||||
colSku: {
|
||||
textAlign: "right",
|
||||
textOverflow: "ellipsis",
|
||||
width: 150
|
||||
},
|
||||
error: {
|
||||
|
|
Loading…
Reference in a new issue