From 0a84fe6ae178e6952c17e4208de8b405e5da55a8 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 14 Nov 2016 11:11:20 +1100 Subject: [PATCH] Entropy section consumes less vertical space --- src/index.html | 98 ++++++++++++++++++++++++------------------------- src/js/index.js | 43 +++++++++++----------- 2 files changed, 69 insertions(+), 72 deletions(-) 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 @@