Skip to content

Commit e60b7db

Browse files
authored
add bottom margin to create issue page (#345)
1 parent d37c499 commit e60b7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/components/issue/create-issue-screen/CreateIssuePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export default class CreateIssuePage extends AbstractIssueEditorPage<Emit, Accep
320320
style={{
321321
display: 'flex',
322322
maxWidth: '1200px',
323-
margin: '20px auto 0 auto',
323+
margin: '20px auto 36px auto',
324324
justifyContent: 'center',
325325
}}
326326
>

0 commit comments

Comments
 (0)