aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/html/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/database.php')
-rw-r--r--template/admin/html/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/database.php b/template/admin/html/database.php
index 8e69459..69dce0a 100644
--- a/template/admin/html/database.php
+++ b/template/admin/html/database.php
@@ -10,7 +10,7 @@
<form action="" method="POST">
<input type="hidden" name="token" value="<?=$FORM['TOKEN']?>" />
- <div class="flex flex-padding">
+ <div class="flex">
<textarea id="content-editor" placeholder="<?=$Language->template('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea>
</div>