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) (opensearch-project#1279)

(cherry picked from commit 0a596ec)

Signed-off-by: Shenoy Pratik <sgguruda@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>
  • Loading branch information
1 parent b23971d commit e36239f
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 @@ -37,3 +37,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 e36239f

Please sign in to comment.