From 2c873d905803a4e5d5dcd3be599f7ffd3ac198f4 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Wed, 4 Oct 2023 12:05:05 -0700 Subject: [PATCH] [cleanup] remove unnecssary CSS on lineCount - `overflow` is already set by text truncate component - `height: 100%` doesn't appear to do anything or be useful. if for some reason it is needed in the future, we can always re-add it --- src/components/datagrid/_data_grid_data_row.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/datagrid/_data_grid_data_row.scss b/src/components/datagrid/_data_grid_data_row.scss index 1cf024a4f771..a826a935d882 100644 --- a/src/components/datagrid/_data_grid_data_row.scss +++ b/src/components/datagrid/_data_grid_data_row.scss @@ -96,7 +96,6 @@ text-transform: capitalize; } - .euiDataGridRowCell__lineCountHeight, .euiDataGridRowCell__numericalHeight { height: 100%; overflow: hidden;