1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Migrating wiki don't require token, so we should move it out of the require form (#17645)

* Migrating wiki don't require token, so we should move it out of the require form

* Fix lint
This commit is contained in:
Lunny Xiao
2021-11-16 14:17:21 +08:00
committed by GitHub
parent 6f7082ff56
commit d789670894
6 changed files with 78 additions and 62 deletions

View File

@@ -135,7 +135,6 @@ textarea:focus,
.form {
.help {
color: #999999;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}