Skip to content

Commit

Permalink
Removed 'center' class from bugnote edit page textarea
Browse files Browse the repository at this point in the history
Fixes #22548

Signed-off-by: Damien Regad <dregad@mantisbt.org>
  • Loading branch information
libregeek authored and dregad committed Mar 20, 2017
1 parent 835e246 commit cd36fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugnote_edit_page.php
Expand Up @@ -129,7 +129,7 @@
<div class="table-responsive">
<table class="table table-bordered table-condensed table-striped">
<tr>
<td class="center" colspan="2">
<td colspan="2">
<textarea class="form-control <?php echo $t_bugnote_class; ?>" cols="80" rows="10" name="bugnote_text"
id="bugnote_text"><?php echo $t_bugnote_text ?></textarea>
</td>
Expand Down

0 comments on commit cd36fce

Please sign in to comment.