diff options
-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; |