design-system
design-system copied to clipboard
Sortable table appears with a line break
The sortable table component is meant to look like the below (as specified in storybook).
However, when you use a vanilla installed version of the design system and copy and paste the code example, the table headings appear with a line break between the text and the sorting arrows (see below)
To reproduce:
- Start with a vanilla version of the design system (I'm using create-next-app)
- Copy and paste the storybook example from above
This issue has been marked as stale because it has been open for 60 days with no activity
I wonder if there are some global styles or style bleed causing this?
We haven't been able to reproduce it ourselves. Are you able to create a minimal reproduction for us?
Note we are currently implementing a DataGrid that will have feature parity with the table and is intended to supersede it.
We've just shipped the new DataGrid and deprecated Table.
Please consider upgrading to that.