We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cf68b commit 67e500fCopy full SHA for 67e500f
x-pack/plugins/uptime/public/components/certificates/cert_refresh_btn.tsx
@@ -20,7 +20,7 @@ export const CertRefreshBtn = () => {
20
const { refreshApp } = useContext(UptimeRefreshContext);
21
22
return (
23
- <EuiFlexItem style={{ alignItems: 'flex-end' }}>
+ <EuiFlexItem style={{ alignItems: 'flex-end' }} grow={false}>
24
<EuiFlexGroup responsive={false} gutterSize="s">
25
<EuiFlexItem grow={false}>
26
<EuiHideFor sizes={['xs']}>
0 commit comments