IconButton in a TableCell resizes cell height #14129
Labels
component: icon button
This is the name of the generic UI component, not the React module!
component: table
This is the name of the generic UI component, not the React module!
new feature
New feature or request
When using a
IconButton
inside aTableCell
I am unable to fit the icon inside the table row without increasing the height of the row. This leads to a higher row than the others.Expected Behavior 🤔
I expected that the small variant of a
IconButton
should fit inside aTableCell
or have any documentation/example that tells me how I can get aIconButton
inside aTableCell
without accidentally increasing the tables height.Current Behavior 😯
The table row is a little bit higher than the others.
Steps to Reproduce 🕹
https://codesandbox.io/s/mm1kqy9x58
Context 🔦
We want to add an icon to some table rows.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: