[ic-data-row] end component should be top aligned to match label
Summary of the bug
When you add a lot of content to the data list value, the label is top aligned but the end component is centre aligned. They should be consistent so the end component probably needs to be top aligned (something to check with design)
🪜 How to reproduce
Tell us the steps to reproduce the problem:
- https://stackblitz.com/edit/st8i2faz?file=src%2Fapp.tsx&hideExplorer=1
📸 Screenshots or code
🧐 Expected behaviour
Label and end component should be aligned.
Agreed. Top align each element of the data list component. This would be consistent with the revised approach to Alert which we also have a similar situation with #3122
Have made the changes to a branch in Figma. The designs were incorrect and didn't match developed anyway. The entire row was centre aligned, not just the last cell. It was also missing the value property on the middle cell, which has now been added and assigned to the correct atom.
Ready for dev