X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=cb4c23d0fc453a9bc1692d8529d1dd6c26a02569;hb=0a84fe6ae178e6952c17e4208de8b405e5da55a8;hp=4f48a27d1d5eb5c72a4a8ce183471717296ed2e5;hpb=b299a6a722ef43caf80bf1be8a47a020cc740d4c;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 4f48a27..cb4c23d 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; @@ -54,6 +54,13 @@ .monospace { font-family: monospace; } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } @@ -95,58 +102,36 @@