Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Left-align the Send Reminder textarea
Until now it was centered, which does not make much sense as the
textarea spreads across the whole table cell anyway.

On the other hand, the center class causes the Snippet plugin's
select to appear centered instead of left-aligned which is not so good
in terms of UI.

Fixes #27972
  • Loading branch information
dregad committed Feb 12, 2021
1 parent 8221de5 commit 198b39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_reminder_page.php
Expand Up @@ -141,7 +141,7 @@
?>
</select>
</td>
<td class="center">
<td>
<textarea name="bugnote_text" cols="65" rows="10"
class="form-control <?php echo $t_bugnote_class; ?>"></textarea>
</td>
Expand Down

0 comments on commit 198b39a

Please sign in to comment.