File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugins/infra/public/pages/metrics/inventory_view/components/node_details Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const NodeContextPopover = ({
5454
5555 return (
5656 < EuiPanel hasShadow = { true } paddingSize = { 'none' } style = { panelStyle } >
57- < OverflayHeader >
57+ < OverlayHeader >
5858 < EuiFlexGroup alignItems = { 'center' } >
5959 < EuiFlexItem grow = { true } >
6060 < EuiText >
@@ -67,13 +67,13 @@ export const NodeContextPopover = ({
6767 </ EuiButtonEmpty >
6868 </ EuiFlexItem >
6969 </ EuiFlexGroup >
70- </ OverflayHeader >
70+ </ OverlayHeader >
7171 < EuiTabbedContent tabs = { tabs } />
7272 </ EuiPanel >
7373 ) ;
7474} ;
7575
76- const OverflayHeader = euiStyled . div `
76+ const OverlayHeader = euiStyled . div `
7777 border-color: ${ ( props ) => props . theme . eui . euiBorderColor } ;
7878 border-bottom-width: ${ ( props ) => props . theme . eui . euiBorderWidthThick } ;
7979 padding: ${ ( props ) => props . theme . eui . euiSizeS } ;
You can’t perform that action at this time.
0 commit comments