Browse Source

Fixed width of field on pub search form to fit in default bartkik theme

Stephen Ficklin 6 years ago
parent
commit
b53bc47235
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tripal_chado/includes/tripal_chado.pub_search.inc

+ 1 - 0
tripal_chado/includes/tripal_chado.pub_search.inc

@@ -308,6 +308,7 @@ function tripal_chado_pub_search_form($form, &$form_state) {
       '#type'          => 'textfield',
       '#default_value' => $search_terms,
       '#required'      => FALSE,
+      '#size' => 35,
     );
     $form['criteria'][$i]["scope-$i"] = array(
       '#type'          => 'select',