1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 16:58:37 +00:00

Fix broken forms (#33082)

This commit is contained in:
wxiaoguang
2025-01-03 03:57:34 +08:00
committed by GitHub
parent d371aa3031
commit 7a35f90b29
2 changed files with 5 additions and 1 deletions

View File

@@ -483,7 +483,7 @@ textarea:focus,
margin-bottom: 1em;
width: 100%;
}
.new.org .ui.form .field input {
.new.org .ui.form .field input:not([type="checkbox"], [type="radio"]) {
width: 100% !important;
}
}