diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:42:15 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-10-20 16:42:15 +1100 |
commit | 5ee7bb9ec28b9bbfc72cb703ac9a01f5af5ee7d9 (patch) | |
tree | 8c4f5768ef4884022d575a244b51e0ac71e51428 /src/index.html | |
parent | 3a8dbe99b4be2084794d1191a06eadc38db0917b (diff) | |
download | BIP39-5ee7bb9ec28b9bbfc72cb703ac9a01f5af5ee7d9.tar.gz BIP39-5ee7bb9ec28b9bbfc72cb703ac9a01f5af5ee7d9.tar.zst BIP39-5ee7bb9ec28b9bbfc72cb703ac9a01f5af5ee7d9.zip |
Multiple language functionality added
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index fc3a6d1..56d73e6 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -40,6 +40,9 @@ | |||
40 | box-shadow: inset 0 1px 1px rgba(0,0,0,.0); | 40 | box-shadow: inset 0 1px 1px rgba(0,0,0,.0); |
41 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); | 41 | -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); |
42 | } | 42 | } |
43 | .phrase { | ||
44 | word-break: keep-all; | ||
45 | } | ||
43 | .strength { | 46 | .strength { |
44 | /* override mobile width from bootstrap */ | 47 | /* override mobile width from bootstrap */ |
45 | width: auto!important; | 48 | width: auto!important; |