diff --git a/bip39-standalone.html b/bip39-standalone.html index 7b14513..0971c12 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -44,6 +44,11 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } + .strength { + /* override mobile width from bootstrap */ + width: auto!important; + display: inline-block; + }
@@ -61,29 +66,31 @@For more info see the BIP39 spec
For more info see the BIP39 spec