diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2017-06-17 21:56:10 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2017-06-17 21:56:10 +0100 |
commit | 435ea9907a7b75d5d5814572d934772b01a29d18 (patch) | |
tree | 3b4175626aeb1e9762d7a2ca7ab81ccaeaea8d48 | |
parent | 321e26fae746e661d713cedfb6642609e680cafe (diff) |
Set the textarea height
-rw-r--r-- | server/templates/token.go | 2 |
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; |