1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-03 08:08:36 +00:00

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

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

* Fix lint

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Lunny Xiao
2021-12-27 09:33:32 +08:00
committed by GitHub
parent a17fce31a9
commit 353d88a42e
5 changed files with 62 additions and 49 deletions

View File

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