From 7376b5ddee126eb964d921be1a2dbde9b16fa7f5 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Mon, 29 Aug 2022 11:29:59 +0200 Subject: [PATCH] Use monospace font for addresses on mobile --- frontend/src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 2ef537456..5882af254 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -705,6 +705,10 @@ th { .locktime { color: #ff8c00 } .reserved { color: #ff8c00 } +.shortable-address { + font-family: monospace; +} + .rtl-layout { .navbar-brand { @@ -881,6 +885,7 @@ th { .shortable-address { direction: ltr; + font-family: monospace; } .lastest-blocks-table {