From d737abf6809622228faf7d5fe54101e2d87d72a4 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 3 Nov 2016 10:12:08 +1100 Subject: [PATCH] Table uses monospace font. See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567 --- bip39-standalone.html | 5 ++++- src/index.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index 62bd43c..5993b86 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -55,6 +55,9 @@ .languages * { padding-left: 10px; } + .monospace { + font-family: monospace; + } @@ -311,7 +314,7 @@ - +             diff --git a/src/index.html b/src/index.html index 5832a9b..3ec4aa9 100644 --- a/src/index.html +++ b/src/index.html @@ -51,6 +51,9 @@ .languages * { padding-left: 10px; } + .monospace { + font-family: monospace; + } @@ -307,7 +310,7 @@ - +             -- 2.41.0