X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Findex.html;h=cb4c23d0fc453a9bc1692d8529d1dd6c26a02569;hp=dd49de6ec561dfe03cf3f092b0e46fc62833b807;hb=0a84fe6ae178e6952c17e4208de8b405e5da55a8;hpb=18abe53b7a5f6caa28547d8f9f93a67f8cafe5d1 diff --git a/src/index.html b/src/index.html index dd49de6..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 @@