From 9fa66f5683747fa5169ffd02d5fbbeb2255675f8 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Tue, 8 Mar 2022 18:07:20 +0100 Subject: [PATCH] Scaling of addresses --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 3b03f1d..2702d0b 100644 --- a/src/style.css +++ b/src/style.css @@ -555,7 +555,7 @@ svg { .elipsOnMobileExtra { text-overflow: ellipsis; overflow: hidden; - max-width: 5vw; + width: 10em; text-align: start; } .mobileNoPadding {