Fix row group height in datagrid (#3550)
This commit is contained in:
parent
f0466c5be3
commit
5526763c4d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ const useStyles = makeStyles(
|
||||||
height: `calc(${cellHeight}px - 1px)`,
|
height: `calc(${cellHeight}px - 1px)`,
|
||||||
},
|
},
|
||||||
rowColumnGroup: {
|
rowColumnGroup: {
|
||||||
height: cellHeight + 15,
|
height: cellHeight,
|
||||||
},
|
},
|
||||||
rowActionScrolledToRight: {
|
rowActionScrolledToRight: {
|
||||||
borderLeftColor: vars.colors.border.neutralHighlight,
|
borderLeftColor: vars.colors.border.neutralHighlight,
|
||||||
|
|
Loading…
Reference in a new issue