Skip to content

Commit 30d2e6e

Browse files
silverwinddelvhGiteaBot
committed
Fix install page checkboxes and dropdown width (go-gitea#30526)
Fixes: go-gitea#30523 1. Fix checkbox rendering 2. Fix width of selection dropdowns (was too small) --------- Co-authored-by: delvh <[email protected]> Co-authored-by: Giteabot <[email protected]>
1 parent d5525b7 commit 30d2e6e

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)