Skip to content

Commit 67e500f

Browse files
committed
wip
1 parent 31cf68b commit 67e500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/uptime/public/components/certificates/cert_refresh_btn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const CertRefreshBtn = () => {
2020
const { refreshApp } = useContext(UptimeRefreshContext);
2121

2222
return (
23-
<EuiFlexItem style={{ alignItems: 'flex-end' }}>
23+
<EuiFlexItem style={{ alignItems: 'flex-end' }} grow={false}>
2424
<EuiFlexGroup responsive={false} gutterSize="s">
2525
<EuiFlexItem grow={false}>
2626
<EuiHideFor sizes={['xs']}>

0 commit comments

Comments
 (0)