We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 631c5d6 + 9b3070e commit 0422d49Copy full SHA for 0422d49
1 file changed
resources/templates/table/insert/actions_panel.twig
@@ -32,7 +32,7 @@
32
<td>
33
{{ show_hint(t('Use TAB key to move from value to value, or CTRL+arrows to move anywhere.')) }}
34
</td>
35
- <td colspan="3" class="text-end align-middle">
+ <td colspan="3" class="text-end align-middle pb-2">
36
<input type="button" class="btn btn-secondary preview_sql control_at_footer" value="{{ t('Preview SQL') }}">
37
<input type="reset" class="btn btn-secondary control_at_footer" value="{{ t('Reset') }}">
38
<input type="submit" class="btn btn-primary control_at_footer" value="{{ t('Go') }}" id="buttonYes">
0 commit comments