Make break-word in Cell Table. #1045
Unanswered
aswinabbas
asked this question in
Help
Replies: 1 comment
maybe |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I wanna make a cell table with break-word and I implemented css props in the Table.Cell component, but it didn't work.
<Table.Cell css={{ worBreak: "break-word" }} >longlonglonglong</Table.Cell>any one has solved this problem?
All reactions