mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Cloud] Endpoint modal - fix label height (#169249)
This commit is contained in:
parent
d08ad0c437
commit
3c58d392c0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const Label: FC<{ learnMoreUrl: string }> = ({ learnMoreUrl }) => {
|
|||
const [isPopoverOpen, setIsPopoverOpen] = useState(false);
|
||||
|
||||
return (
|
||||
<EuiFlexGroup css={{ minWidth: '200px' }} alignItems="center" gutterSize="xs">
|
||||
<EuiFlexGroup css={{ minWidth: 200, height: 16 }} alignItems="center" gutterSize="xs">
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiText size="xs" css={{ fontWeight: 600 }}>
|
||||
{i18n.translate('cloud.deploymentDetails.cloudIDLabel', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue