From 007a57b8d7a41f6aac66fa2805c19792a53b01a8 Mon Sep 17 00:00:00 2001 From: jessop Date: Tue, 21 Apr 2020 09:39:03 -0400 Subject: [PATCH] remove constriction from txo details --- ui/scss/component/_table.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scss/component/_table.scss b/ui/scss/component/_table.scss index 87b2f39f1..535a33139 100644 --- a/ui/scss/component/_table.scss +++ b/ui/scss/component/_table.scss @@ -49,11 +49,10 @@ // We still want to show the entire message if a TX includes one a, button { - @include constrict(10rem); + @include constrict(22rem); vertical-align: bottom; display: inline-block; } - width: 35%; } td:nth-of-type(4) { width: 15%;