From 1974570c01b64bfc4b14def47797b4dee4a0b57d Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 30 Mar 2023 17:10:13 +0800 Subject: [PATCH] Added truncation to ID displays --- src/views/AccountViewView.vue | 52 ++++++++++++++--------------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 5135253..ba1d83c 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -87,16 +87,12 @@

{{ firstName }} {{ lastName }}

ID
-
- {{ activeDid }} - - - +
+ {{ activeDid }} + +
Public Key (base 64)
-
- - {{ publicBase64 }} - - +
+ {{ publicBase64 }} +
Public Key (hex)
-
- - {{ publicHex }} - - +
+ {{ publicHex }} +
Derivation Path
-
- {{ derivationPath }} - - +
+ {{ derivationPath }} +