Skip to content

Commit caeed3a

Browse files
GiteaBotsilverwinddelvh
authored
Fix install page checkboxes and dropdown width (go-gitea#30526) (go-gitea#30538)
Backport go-gitea#30526 by @silverwind Fixes: go-gitea#30523 1. Fix checkbox rendering: <img width="406" alt="Screenshot 2024-04-16 at 21 37 03" src="https://github.com/go-gitea/gitea/assets/115237/42df99b0-58c7-47d1-b99d-0c15250560c7"> 2. Fix width of selection dropdowns (was too small): <img width="826" alt="Screenshot 2024-04-16 at 21 37 09" src="https://github.com/go-gitea/gitea/assets/115237/e006d0d6-ac3d-4804-94de-b2c3c8a5900d"> Co-authored-by: silverwind <[email protected]> Co-authored-by: delvh <[email protected]>
1 parent d5525b7 commit caeed3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/install.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
width: auto;
1919
}
2020

21-
.page-content.install form.ui.form input {
21+
.page-content.install form.ui.form input:not([type="checkbox"],[type="radio"]),
22+
.page-content.install form.ui.form .ui.selection.dropdown {
2223
width: 60%;
2324
}
2425

0 commit comments

Comments
 (0)