Skip to content

Commit

Permalink
style changes for rendering fullscreen data grid (opensearch-project#…
Browse files Browse the repository at this point in the history
…1275)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 authored Nov 29, 2023
1 parent f1237c1 commit 0a596ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/components/notebooks/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@
background-color: #25262d !important;
}
}

// Temporary fix for OUI issue https://github.com/opensearch-project/oui/issues/1166
#queryDataGrid {
.euiDataGrid--fullScreen {
.euiDataGrid__pagination {
margin-bottom: 100px;
}
margin-top: 98px;
}
}

0 comments on commit 0a596ec

Please sign in to comment.