Skip to content

Commit 0422d49

Browse files
committed
Merge #19988 - Insert: Add padding below action buttons
Pull-request: #19988 Signed-off-by: William Desportes <williamdes@wdes.fr>
2 parents 631c5d6 + 9b3070e commit 0422d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/templates/table/insert/actions_panel.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<td>
3333
{{ show_hint(t('Use TAB key to move from value to value, or CTRL+arrows to move anywhere.')) }}
3434
</td>
35-
<td colspan="3" class="text-end align-middle">
35+
<td colspan="3" class="text-end align-middle pb-2">
3636
<input type="button" class="btn btn-secondary preview_sql control_at_footer" value="{{ t('Preview SQL') }}">
3737
<input type="reset" class="btn btn-secondary control_at_footer" value="{{ t('Reset') }}">
3838
<input type="submit" class="btn btn-primary control_at_footer" value="{{ t('Go') }}" id="buttonYes">

0 commit comments

Comments
 (0)