Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b985fe)

Signed-off-by: Eric <[email protected]>
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>
(cherry picked from commit 5381cac)
  • Loading branch information
opensearch-trigger-bot[bot] authored and A9 Swift Project User committed Feb 11, 2024
1 parent c64d2f8 commit c6752f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auto_sync_commit_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last_github_commit": "45f47534ea09fd478138140785106d5f17833d9e",
"last_gitfarm_commit": "900869b1e4d6437df08c528584eacb1695d52295"
"last_github_commit": "5381cac8d69d340253c6293263d04d73403be23b",
"last_gitfarm_commit": "6308cfd210e8282ef506b196a126208f8ac30918"
}
4 changes: 2 additions & 2 deletions public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ import {
selectVisualizationConfig,
} from '../redux/slices/viualization_config_slice';
import { getDefaultVisConfig } from '../utils';
import { formatError, getContentTabTitle, getDateRange } from '../utils/utils';
import { formatError, getContentTabTitle } from '../utils/utils';
import { DataSourceSelection } from './datasources/datasources_selection';
import { DirectQueryRunning } from './direct_query_running';
import { DataGrid } from './events_views/data_grid';
Expand Down Expand Up @@ -942,7 +942,7 @@ export const Explorer = ({
}}
>
<EuiPage className="deLayout" paddingSize="none">
<EuiPageSideBar className="deSidebar" sticky>
<EuiPageSideBar className="explorerSidebar" sticky>
<EuiSplitPanel.Outer className="eui-yScroll" hasBorder={true} borderRadius="none">
{!appLogEvents && (
<EuiSplitPanel.Inner paddingSize="s" color="subdued" grow={false}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
padding-left: 8px;
}

.deSidebar {
.explorerSidebar {
height: calc(100vh - 98px);
max-width: 462px;
min-width: 400px;
Expand Down

0 comments on commit c6752f6

Please sign in to comment.