Browse Source

Fix margin on PR form (#11566)

tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
9546ce8ad8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

+ 4
- 0
web_src/less/_repository.less View File

@@ -1319,6 +1319,10 @@
}
}

.pullrequest-form {
margin-bottom: 1.5rem;
}

.markdown {
font-size: 14px;
}


Loading…
Cancel
Save