diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 23:44:29 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-25 23:44:29 +0100 |
commit | 0d91b9d17bb9f84b7bf897607b0f6c61769b11eb (patch) | |
tree | ac5038bd5c4ad16782f74f3cfdfd77f85e1a8c9e /www | |
parent | 0ca4250b6c4640fc892320eac81d40ec13cdd278 (diff) | |
download | genpass-0d91b9d17bb9f84b7bf897607b0f6c61769b11eb.tar.gz genpass-0d91b9d17bb9f84b7bf897607b0f6c61769b11eb.tar.bz2 genpass-0d91b9d17bb9f84b7bf897607b0f6c61769b11eb.zip |
fix: Fix style
Style was placed in the wrong tag, moved it to `label` tag. Now it
should behaver better on mobile.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 6b18b15..666f720 100644 --- a/www/index.html +++ b/www/index.html @@ -20,8 +20,8 @@ </div> </div> <div class="field"> - <div class="control" style="word-wrap: anywhere"> - <label class="label is-size-3 has-text-success" id="password"> + <div class="control" > + <label class="label is-size-3 has-text-success" style="word-wrap: anywhere;overflow-wrap: anywhere" id="password"> password </label> </div> |