Fix:12262 Remove inline styles Signed-off-by: Arpit Jain <arpitgulgulia@gmail.com>
Signed-off-by: Arpit-Gulgulia <arpitgulgulia@gmail.com>
This commit is contained in:
parent
ca5d7602e5
commit
6ab77c26e3
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user