Skip to content

Commit 5853f06

Browse files
committed
shell: Fix PF6 grid whitespace
1 parent 9d2e132 commit 5853f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/shell/failures.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const EarlyFailure = () => {
4141

4242
return (
4343
<div id="early-failure" className="early-failure">
44-
<Page>
44+
<Page className='no-masthead-sidebar'>
4545
<PageSection hasBodyWrapper={false} >
4646
<EmptyStatePanel icon={ExclamationCircleIcon}
4747
title={ _("Connection failed") }

0 commit comments

Comments
 (0)