diff --git a/src/components/Datagrid/styles.ts b/src/components/Datagrid/styles.ts index 6c7c45402..26ad9f5dc 100644 --- a/src/components/Datagrid/styles.ts +++ b/src/components/Datagrid/styles.ts @@ -132,7 +132,7 @@ const useStyles = makeStyles( height: `calc(${cellHeight}px - 1px)`, }, rowColumnGroup: { - height: cellHeight + 15, + height: cellHeight, }, rowActionScrolledToRight: { borderLeftColor: vars.colors.border.neutralHighlight,