Skip to content

Commit

Permalink
[Discover] Fix header row of data grid in Firefox (#101374)
Browse files Browse the repository at this point in the history
* [Discover] add fix of row header in firefox from previous version

* [Discover] add link comment to the issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
dimaanj and kibanamachine committed Jun 7, 2021
1 parent f10f25d commit d1c7e98
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@

// We only truncate if the cell is not a control column.
.euiDataGridHeader {
// This display property is temporary until https://github.com/elastic/eui/issues/4729 is resolved.
display: flex;

.euiDataGridHeaderCell__content {
@include euiTextTruncate;
overflow: hidden;
Expand Down

0 comments on commit d1c7e98

Please sign in to comment.