Skip to content

Commit

Permalink
[Table Visualization] Fix width of multiple tables when rendered in c…
Browse files Browse the repository at this point in the history
…olumn view (#4638)

* fix table vis bug

Signed-off-by: Sirazh Gabdullin <[email protected]>

* update CHANGELOG

Signed-off-by: Sirazh Gabdullin <[email protected]>

---------

Signed-off-by: Sirazh Gabdullin <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
(cherry picked from commit 17683e1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Sep 13, 2023
1 parent 2c51a10 commit 9a974c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const TableVisComponentGroup = memo(
return (
<>
{tableGroups.map(({ table, title }) => (
<EuiFlexItem key={title} className="visTable__group">
<EuiFlexItem key={title} className="visTable__group" grow={false}>
<TableVisComponent
title={title}
table={table}
Expand Down

0 comments on commit 9a974c7

Please sign in to comment.