diff --git a/src/css/app.css b/src/css/app.css index 897746b..71109ef 100644 --- a/src/css/app.css +++ b/src/css/app.css @@ -95,3 +95,11 @@ body { top: 5px; right: 5px; } +.csv { + margin-top: 20px; + margin-bottom: 20px; + white-space: pre; + overflow-wrap: normal; + overflow-x: scroll; + font-family: monospace; +} diff --git a/src/index.html b/src/index.html index 0d1a2c6..0f47c38 100644 --- a/src/index.html +++ b/src/index.html @@ -603,42 +603,59 @@ -
|
-
- Path
-
-
- |
-
-
- Address
-
-
- |
-
-
- Public Key
-
-
- |
-
-
- Private Key
-
-
- |
-
-
-
|---|---|---|---|
|
+
+ Path
+
+
+ |
+
+
+ Address
+
+
+ |
+
+
+ Public Key
+
+
+ |
+
+
+ Private Key
+
+
+ |
+
+
+
|---|---|---|---|