Skip to content

Commit 09e637e

Browse files
committed
+new got scrunched -- fix
1 parent 8019279 commit 09e637e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/packages/frontend/project/new/new-file-page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,12 @@ export default function NewFilePage(props: Props) {
344344
//key is so autofocus works below
345345
return (
346346
<SettingBox
347+
style={{ marginTop: "20px" }}
347348
show_header
348349
icon={"plus-circle"}
349350
title={
350351
<>
352+
&nbsp;
351353
<FormattedMessage
352354
id="project.new-file-page.title"
353355
defaultMessage={

0 commit comments

Comments
 (0)