From 6d8a72301c57726d769ef8d87b963d832cd279da Mon Sep 17 00:00:00 2001 From: natsoni Date: Thu, 22 Feb 2024 15:14:47 +0100 Subject: [PATCH] Fix recent pegs table css --- .../recent-pegs-list/recent-pegs-list.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss index e754234c3..7a3d9e49f 100644 --- a/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss +++ b/frontend/src/app/components/liquid-reserves-audit/recent-pegs-list/recent-pegs-list.component.scss @@ -31,7 +31,7 @@ tr, td, th { } .transaction { - width: 20%; + width: 65%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -57,7 +57,7 @@ tr, td, th { } .output { - width: 20%; + width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;