diff --git a/packages/eui/changelogs/upcoming/8025.md b/packages/eui/changelogs/upcoming/8025.md new file mode 100644 index 000000000000..9de03d70aeac --- /dev/null +++ b/packages/eui/changelogs/upcoming/8025.md @@ -0,0 +1,6 @@ +**Bug fixes** + +- Fixed several `EuiDataGrid` row height bugs: + - Fixed row heights not recalculating when `rowHeightOptions.lineHeight`, `gridStyles.fontSize`, or `gridStyles.cellPadding` changed + - Fixed incorrect height calculations for `rowHeightOptions.rowHeights` with `lineCount`s + - Fixed control column content to align better with multi-line row heights, as well as custom line-heights