0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 02:08:58 +02:00

Fix margin on PR form (#11566)

This commit is contained in:
Cirno the Strongest 2020-05-25 12:04:02 +02:00 committed by GitHub
parent e682a92295
commit f2a0be1683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1319,6 +1319,10 @@
}
}
.pullrequest-form {
margin-bottom: 1.5rem;
}
.markdown {
font-size: 14px;
}