aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-06-17 21:56:10 +0100
committerNiall Sheridan <nsheridan@gmail.com>2017-06-17 21:56:10 +0100
commit435ea9907a7b75d5d5814572d934772b01a29d18 (patch)
tree3b4175626aeb1e9762d7a2ca7ab81ccaeaea8d48
parent321e26fae746e661d713cedfb6642609e680cafe (diff)
Set the textarea height
-rw-r--r--server/templates/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/token.go b/server/templates/token.go
index 83e4973..7eb0b47 100644
--- a/server/templates/token.go
+++ b/server/templates/token.go
@@ -20,7 +20,7 @@ const Token = `
border: solid 1px #ccc;
font-family: 'Source Code Pro', monospace;
font-weight: bold;
- height: auto;
+ height: 120px;
margin: 12px 12px 12px 12px;
padding: 24px 12px 12px 12px;
resize: none;