-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discover] Allow the last column of a table wider than the window to show up properly #7058
[Discover] Allow the last column of a table wider than the window to show up properly #7058
Conversation
ℹ️ Manual Changeset Creation ReminderPlease ensure manual commit for changeset file 7058.yml under folder changelogs/fragments to complete this PR. If you want to use the available OpenSearch Changeset Bot App to avoid manual creation of changeset file you can install it in your forked repository following this link. For more information about formatting of changeset files, please visit OpenSearch Auto Changeset and Release Notes Tool. |
75c3eb8
to
443bb09
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7058 +/- ##
==========================================
+ Coverage 67.44% 67.46% +0.01%
==========================================
Files 3445 3445
Lines 67886 67886
Branches 11037 11037
==========================================
+ Hits 45788 45800 +12
+ Misses 19431 19419 -12
Partials 2667 2667
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ins/discover/public/application/components/default_discover_table/default_discover_table.tsx
Outdated
Show resolved
Hide resolved
…show up properly Signed-off-by: Miki <miki@amazon.com>
443bb09
to
9849ede
Compare
…show up properly (opensearch-project#7058) Signed-off-by: Miki <miki@amazon.com>
Description
The last column on a table wider than the screen was crushed.
Issues Resolved
Fixes #7056
Changelog
Check List
yarn test:jest
yarn test:jest_integration