Bug 4920: Search icon in 'items table' wraps underneath select combo when screen...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 3 Jul 2019 09:35:03 +0000 (11:35 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 3 Jul 2019 09:35:03 +0000 (11:35 +0200)
includes/ui/ui_lists.inc

index f0c65e08417e3061b0f4fcf1867b0b467c069eb3..de027627997b4366a5a21a1f0c0da6e17e704a8e 100644 (file)
@@ -365,7 +365,7 @@ $opts = array(              // default options
                $selector .= ' '.$opts['editlink'];
 
        if ($search_box && $opts['cells'])
-               $str = ($edit_entry!='' ? "<td>$edit_entry</td>" : '')."<td>$selector$img</td>";
+               $str = ($edit_entry!='' ? "<td>$edit_entry</td>" : '')."<td nowrap>$selector$img</td>";
        else
                $str = $edit_entry.$selector.$img;
        return $str;