aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:59:47 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-25 23:59:47 +0100
commitfef8990a818386a68915ef2272ea8a33b5cfcb04 (patch)
treeea0721f79b33b48c21e711cbf5705b46d9c80975
parent0d91b9d17bb9f84b7bf897607b0f6c61769b11eb (diff)
downloadgenpass-fef8990a818386a68915ef2272ea8a33b5cfcb04.tar.gz
genpass-fef8990a818386a68915ef2272ea8a33b5cfcb04.tar.bz2
genpass-fef8990a818386a68915ef2272ea8a33b5cfcb04.zip
fix: Move to textarea
Moving password output from `label` to `textarea`. I couldn't get label to work as I wanted so I move it to a readonly textarea.
-rw-r--r--www/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index 666f720..0b4a5b5 100644
--- a/www/index.html
+++ b/www/index.html
@@ -21,9 +21,9 @@
</div>
<div class="field">
<div class="control" >
- <label class="label is-size-3 has-text-success" style="word-wrap: anywhere;overflow-wrap: anywhere" id="password">
+ <textarea class="textarea is-primary is-size-3 has-text-success" readonly id="password">
password
- </label>
+ </textarea>
</div>
</div>
<div class="field">