Skip to content

Commit 71f7cf5

Browse files
committed
Fixed limited access alert
1 parent 8950ff8 commit 71f7cf5

File tree

2 files changed

+172
-204
lines changed

2 files changed

+172
-204
lines changed

pkg/systemd/overview.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class OverviewPage extends React.Component {
153153

154154
return (
155155
<Page className='no-masthead-sidebar'>
156-
<PageSection hasBodyWrapper={false} padding={{ default: 'noPadding' }}>
156+
<PageSection hasBodyWrapper={false} padding={{ default: 'padding' }}>
157157
<SuperuserAlert />
158158
</PageSection>
159159
<PageSection hasBodyWrapper={false} className='ct-overview-header' padding={{ default: 'padding' }}>

0 commit comments

Comments
 (0)