aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:44:29 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:44:29 +0100
commit0d91b9d17bb9f84b7bf897607b0f6c61769b11eb (patch)
treeac5038bd5c4ad16782f74f3cfdfd77f85e1a8c9e
parent0ca4250b6c4640fc892320eac81d40ec13cdd278 (diff)
downloadgenpass-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.
-rw-r--r--www/index.html4
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>