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) (#4999)

* fix table vis bug
* update CHANGELOG

---------

Signed-off-by: Sirazh Gabdullin <sirazh.gabdullin@nu.edu.kz>
Co-authored-by: Anan Zhuang <ananzh@amazon.com>
(cherry picked from commit 17683e1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] and ananzh authored Sep 13, 2023
1 parent 2c51a10 commit daeee75
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 daeee75

Please sign in to comment.