You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the DataTable guidance on the Carbon website, the clickable / interactive area to expand a row is a square filling the entire height of the row, meaning with the default row height of 48px, the clickable area is 48px by 48px.
Currently in react implementation, this interactive area is 16px by 16px.
Is this issue related to a specific component?
DataTable.TableExpandRow
What browser are you working in?
Chrome 84
What version of the Carbon Design System are you using?
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
According to the DataTable guidance on the Carbon website, the clickable / interactive area to expand a row is a square filling the entire height of the row, meaning with the default row height of 48px, the clickable area is 48px by 48px.
Currently in react implementation, this interactive area is 16px by 16px.
DataTable.TableExpandRow
Chrome 84
carbon-components@10.16.0
carbon-components-react@7.16.0
Steps to reproduce the issue
Additional information
Click targets according to Carbon website:
Screen recording of react storybook:
The text was updated successfully, but these errors were encountered: