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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user