I'm using Atlaskit packages, I'm having issue in implementing the Table Tree component the way I want. Its not giving me complete freedom to manipulate the style. I want to implement "nowrap" singleLine feature with scrollable table. but when I apply it with styled component wrapper for overflow over the table and singleLine feature in <Cell singleLine> for nowraping the text, it breaks the alignment with header and its respective cells.
example:
https://codesandbox.io/s/k067xnyywr