diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-11-16 14:17:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 14:17:21 +0800 |
commit | d789670894d09d7db96f4cd2dc3d57d2424eb753 (patch) | |
tree | 571ef6db28de643e1cc881ee1312f41da02e969f /web_src/less | |
parent | 6f7082ff563d06e4b2ff3e11c32f160028c98975 (diff) | |
download | gitea-d789670894d09d7db96f4cd2dc3d57d2424eb753.tar.gz gitea-d789670894d09d7db96f4cd2dc3d57d2424eb753.zip |
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
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/_form.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/less/_form.less b/web_src/less/_form.less index 9c14e9571d..1a92b8e369 100644 --- a/web_src/less/_form.less +++ b/web_src/less/_form.less @@ -135,7 +135,6 @@ textarea:focus, .form { .help { color: #999999; - padding-top: .6em; padding-bottom: .6em; display: inline-block; } |