Fix row group height in datagrid (#3550)

This commit is contained in:
Paweł Chyła 2023-04-24 14:28:20 +02:00 committed by GitHub
parent f0466c5be3
commit 5526763c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ const useStyles = makeStyles(
height: `calc(${cellHeight}px - 1px)`,
},
rowColumnGroup: {
height: cellHeight + 15,
height: cellHeight,
},
rowActionScrolledToRight: {
borderLeftColor: vars.colors.border.neutralHighlight,