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 63eefaa commit 2fafd4fCopy full SHA for 2fafd4f
resources/scripts/components/server/files/FileEditContainer.tsx
@@ -87,7 +87,9 @@ export default () => {
87
<PageContentBlock>
88
<FlashMessageRender byKey={'files:view'} css={tw`mb-4`}/>
89
<ErrorBoundary>
90
- <FileManagerBreadcrumbs withinFileEditor isNewFile={action !== 'edit'}/>
+ <div css={tw`mb-4`}>
91
+ <FileManagerBreadcrumbs withinFileEditor isNewFile={action !== 'edit'}/>
92
+ </div>
93
</ErrorBoundary>
94
{hash.replace(/^#/, '').endsWith('.pteroignore') &&
95
<div css={tw`mb-4 p-4 border-l-4 bg-neutral-900 rounded border-cyan-400`}>
0 commit comments