Skip to content

Commit

Permalink
search: increase height of "select boards"
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Feb 7, 2024
1 parent 0fbffaa commit 3105452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forum/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function check_filter_boards() {
"filterboards[]" => [
"type" => "select",
"display_name" => "Select Boards",
"attributes" => ["multiple" => "multiple", "class" => "formInput textBox", "size" => $filterBoardSize, "style" => "width: 40%"],
"attributes" => ["multiple" => "multiple", "class" => "formInput textBox", "size" => $filterBoardSize, "style" => "width: 40%; height: 10em;" ],
"options" => $filterBoardOptions,
"sortorder" => $i++,
"validate" => ["check_filter_boards"]
Expand Down

0 comments on commit 3105452

Please sign in to comment.