mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
a48eeedd02
commit
868b40eb2d
1 changed files with 11 additions and 2 deletions
|
@ -89,11 +89,11 @@ export const NodeContextPopover = ({
|
|||
<OverlayPanel>
|
||||
<OverlayHeader>
|
||||
<EuiFlexGroup responsive={false} gutterSize="m">
|
||||
<EuiFlexItem grow={true}>
|
||||
<OverlayTitle grow={true}>
|
||||
<EuiTitle size="xs">
|
||||
<h4>{node.name}</h4>
|
||||
</EuiTitle>
|
||||
</EuiFlexItem>
|
||||
</OverlayTitle>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiFlexGroup gutterSize="m" responsive={false}>
|
||||
<EuiFlexItem grow={false}>
|
||||
|
@ -194,3 +194,12 @@ const OverlayPanel = euiStyled(EuiPanel).attrs({ paddingSize: 'none' })`
|
|||
max-width: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
const OverlayTitle = euiStyled(EuiFlexItem)`
|
||||
overflow: hidden;
|
||||
& h4 {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue