Skip to content

Commit

Permalink
Increase size of 'filter name' text field
Browse files Browse the repository at this point in the history
Fixes #22507
  • Loading branch information
dregad committed Mar 10, 2017
1 parent 7bc7d53 commit 394fb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_filter_edit_page.php
Expand Up @@ -128,7 +128,7 @@
<div class="form-inline">
<label>
<?php echo lang_get( 'query_name' ) ?>&nbsp;
<input type="text" size="16" name="filter_name" maxlength="64" value="<?php echo filter_get_field( $f_filter_id, 'name' ) ?>">
<input type="text" size="25" name="filter_name" maxlength="64" value="<?php echo filter_get_field( $f_filter_id, 'name' ) ?>">
</label>
</div>
</div>
Expand Down

0 comments on commit 394fb8a

Please sign in to comment.