Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArpit-Gulgulia <arpitgulgulia@gmail.com>2022-10-14 11:23:06 +0300
committerArpit-Gulgulia <arpitgulgulia@gmail.com>2022-10-14 11:23:06 +0300
commit6ab77c26e3be10538aa2b5db8affe4b8dd811ef2 (patch)
tree9560b242465239b1c5efffb8ab0bf86150381909 /templates
parentca5d7602e527c69173cab849c943b8fecb2a9e05 (diff)
Fix:12262 Remove inline styles Signed-off-by: Arpit Jain <arpitgulgulia@gmail.com>
Signed-off-by: Arpit-Gulgulia <arpitgulgulia@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/database/structure/check_all_tables.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/database/structure/check_all_tables.twig b/templates/database/structure/check_all_tables.twig
index ac14dafc90..95e98cbf86 100644
--- a/templates/database/structure/check_all_tables.twig
+++ b/templates/database/structure/check_all_tables.twig
@@ -5,7 +5,7 @@
{% if overhead_check != '' %}
/ <a href="#" class="checkall-filter" data-checkall-selector=".tbl-overhead">{% trans 'Check tables having overhead' %}</a>
{% endif %}
- <select name="submit_mult" style="margin: 0 3em 0 3em;">
+ <select name="submit_mult" class="mx-5">
<option value="{% trans 'With selected:' %}" selected="selected">{% trans 'With selected:' %}</option>
<option value="copy_tbl">{% trans 'Copy table' %}</option>
<option value="show_create">{% trans 'Show create' %}</option>