Skip to content

Commit

Permalink
[Discover] fixes showing a scrollbar in discover table header (#174891)
Browse files Browse the repository at this point in the history
## Summary

Fixes #174890

<img width="1039" alt="Screenshot 2024-01-16 at 11 34 56"
src="https://github.com/elastic/kibana/assets/4283304/6263b133-471f-436c-a23b-2144e949cb53">
  • Loading branch information
mbondyra authored Jan 17, 2024
1 parent c064290 commit 5052a35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const ColumnHeaderTruncateContainer = ({
lines={headerRowHeight}
css={css`
overflow-wrap: anywhere;
overflow: auto;
white-space: normal;
word-break: break-all;
line-height: ${euiThemeVars.euiSize};
Expand Down

0 comments on commit 5052a35

Please sign in to comment.