Add ellisis to sku column

This commit is contained in:
dominik-zeglen 2020-05-07 13:04:38 +02:00
parent 02b3717121
commit 6da39876be

View file

@ -85,6 +85,7 @@ const useStyles = makeStyles<Theme, OrderFulfillPageProps, ClassKey>(
},
colSku: {
textAlign: "right",
textOverflow: "ellipsis",
width: 150
},
error: {