Skip to content

Commit 43ae752

Browse files
opensearch-trigger-bot[bot]github-actions[bot]opensearch-changeset-bot[bot]
authored
[Explore vis]fix new discover logs table overflow (#11310) (#11317)
* fix new discover logs table overflow * Changeset file for PR #11310 created/updated --------- (cherry picked from commit 77294ed) Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent 22ad092 commit 43ae752

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

changelogs/fragments/11310.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix:
2+
- Fix new discover logs table overflow ([#11310](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/11310))

src/plugins/explore/public/embeddable/explore_embeddable_component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const ExploreEmbeddableComponent = ({ searchProps }: ExploreEmbeddablePro
142142
direction="column"
143143
responsive={false}
144144
data-test-subj="embeddedSavedExplore"
145+
style={{ overflowX: 'auto' }}
145146
>
146147
<EuiFlexItem style={{ minHeight: 0 }} data-test-subj="osdExploreContainer">
147148
{getEmbeddableContent()}

0 commit comments

Comments
 (0)