From ae183210e036b0c9455d21abb5d922cd5e70f083 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 23 Jul 2023 14:43:43 +0900 Subject: [PATCH] Updating pubkey width on mobile and desktop --- .../transactions-list/transactions-list.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.scss b/frontend/src/app/components/transactions-list/transactions-list.component.scss index 7356bad0b..14559089a 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.scss +++ b/frontend/src/app/components/transactions-list/transactions-list.component.scss @@ -143,7 +143,10 @@ h2 { .p2pk-address { display: inline-block; margin-left: 1em; - max-width: 140px; + max-width: 100px; + @media (min-width: 576px) { + max-width: 200px + } } .grey-info-text {