Skip to content

Commit 1edae17

Browse files
committed
[Discover] add link comment to the issue
1 parent 11a0c60 commit 1edae17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugins/discover/public/application/components/discover_grid/discover_grid.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747

4848
// We only truncate if the cell is not a control column.
4949
.euiDataGridHeader {
50-
display: flex; // fixing row header in firefox
50+
// This display property is temporary until https://github.com/elastic/eui/issues/4729 is resolved.
51+
display: flex;
5152

5253
.euiDataGridHeaderCell__content {
5354
@include euiTextTruncate;

0 commit comments

Comments
 (0)