Skip to content

Commit

Permalink
[cleanup] remove unnecssary CSS on lineCount
Browse files Browse the repository at this point in the history
- `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
  • Loading branch information
cee-chen committed Oct 4, 2023
1 parent 701e3fc commit 2c873d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/datagrid/_data_grid_data_row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
text-transform: capitalize;
}

.euiDataGridRowCell__lineCountHeight,
.euiDataGridRowCell__numericalHeight {
height: 100%;
overflow: hidden;
Expand Down

0 comments on commit 2c873d9

Please sign in to comment.