mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Discover] Fix Document Explorer infinite height growth (#131723)
* [Discover] Fix grid height for various screen sizes * [Discover] Move the callout out of grid container to improve the layout
This commit is contained in:
parent
45e5d08d27
commit
df16573e4e
1 changed files with 5 additions and 5 deletions
|
@ -156,9 +156,9 @@ function DiscoverDocumentsComponent({
|
|||
</>
|
||||
)}
|
||||
{!isLegacy && (
|
||||
<div className="dscDiscoverGrid">
|
||||
<>
|
||||
<DocumentExplorerUpdateCallout />
|
||||
<>
|
||||
<DocumentExplorerUpdateCallout />
|
||||
<div className="dscDiscoverGrid">
|
||||
<DataGridMemoized
|
||||
ariaLabelledBy="documentsAriaLabel"
|
||||
columns={columns}
|
||||
|
@ -183,8 +183,8 @@ function DiscoverDocumentsComponent({
|
|||
rowHeightState={state.rowHeight}
|
||||
onUpdateRowHeight={onUpdateRowHeight}
|
||||
/>
|
||||
</>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</EuiFlexItem>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue