mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Merge pull request '[BUG] Fix mobile UI for organisation creation' (#4382) from gusted/mobile-org into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4382 Reviewed-by: Beowulf <beowulf@noreply.codeberg.org>
This commit is contained in:
commit
8d64891b8b
2 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue