From: Ian Coleman Date: Mon, 14 Nov 2016 00:11:20 +0000 (+1100) Subject: Entropy section consumes less vertical space X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=0a84fe6ae178e6952c17e4208de8b405e5da55a8;hp=18abe53b7a5f6caa28547d8f9f93a67f8cafe5d1 Entropy section consumes less vertical space --- 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 @@