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;