[Cloud] Endpoint modal - fix label height (#169249)

This commit is contained in:
Sébastien Loix 2023-10-18 18:11:53 +01:00 committed by GitHub
parent d08ad0c437
commit 3c58d392c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', {