From 6944e53e6890b204ec4db7cfe84232a9f754da44 Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Fri, 18 Dec 2020 18:34:10 -0700 Subject: [PATCH] Fix non-sticky footer position on non-standard tx page --- views/tx.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tx.pug b/views/tx.pug index f2c88d4..ecb1dd2 100644 --- a/views/tx.pug +++ b/views/tx.pug @@ -47,7 +47,7 @@ block content a(href='/block/'+tx.blockhash) span.fa.fa-eye if tx.vout.length < 1 - .alert.alert-info.text-center(role='alert') + .alert.alert-info.text-center(role='alert', style='margin-bottom:0;') strong #{settings.locale.tx_nonstandard} else .row