From 5309ff1b500bb47ac2b8a3f717c9c7ecdc4b1729 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 7 Apr 2023 14:40:02 +0200 Subject: [PATCH] ui: Styling fix --- basicswap/templates/offers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 4f0126a..db589b4 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -549,7 +549,7 @@ window.addEventListener('load', function() { {% if o[9]==true %} {{ o[3] }} - {{ o[5] }} + {{ o[5]|truncate(8,true,'',0) }} {% else %} {{ o[2] }} @@ -560,7 +560,7 @@ window.addEventListener('load', function() { {% if o[9]==true %} {{ o[2] }} - {{ o[4] }} + {{ o[4]|truncate(8,true,'',0) }} {% else %} {{ o[3] }}