aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-18 07:43:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-18 07:43:13 -0700
commit02239ea0797d5bd534b308f8cbef49cb3e9adaa8 (patch)
tree261da69d33f50dd7800de7baab7fc82dcdb3585c
parentf6554ffa53bb3247d184afc3c89b077c19c5cc5c (diff)
downloadjp-hash-02239ea0797d5bd534b308f8cbef49cb3e9adaa8.tar.gz
jp-hash-02239ea0797d5bd534b308f8cbef49cb3e9adaa8.tar.bz2
jp-hash-02239ea0797d5bd534b308f8cbef49cb3e9adaa8.zip
web demo: wider output box.
* jp-hash.html: make output field wider; seeing truncation on longer hashes.
-rw-r--r--jp-hash.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/jp-hash.html b/jp-hash.html
index 2a1514f..6e8efa6 100644
--- a/jp-hash.html
+++ b/jp-hash.html
@@ -208,6 +208,6 @@ function get_jp_hash()
</script>
<input type="text" id="input" onkeydown="if (event.key == 'Enter') get_jp_hash();">
<button type="button" onclick="get_jp_hash()">Get JP-Hash</button>
- <input type="text" id="output" readonly>
+ <input type="text" id="output" readonly style="width: 32ch;">
</body>
</html>