Option to have full-width
cell in structuredListItem when there is only one child
#690
Labels
triage
This issue will be reviewed by the team
Is your feature request related to a problem? Please describe.
When there is only one child, the user would like to remove the padding around the cell. Currently this is not doable in structuredListCell because it's using
xs={12}
.Describe the solution you'd like
Ideally we should have an option to pass
xs='full-width'
so the padding will be removed.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Add a prop like below
Additional context
Copy the below scenario in storybook to view the issue
The text was updated successfully, but these errors were encountered: