Skip to content

Commit f2a0be1

Browse files
authored
Fix margin on PR form (go-gitea#11566)
1 parent e682a92 commit f2a0be1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_repository.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,10 @@
13191319
}
13201320
}
13211321

1322+
.pullrequest-form {
1323+
margin-bottom: 1.5rem;
1324+
}
1325+
13221326
.markdown {
13231327
font-size: 14px;
13241328
}

0 commit comments

Comments
 (0)