Skip to content
Snippets Groups Projects
Commit 689e0ab5 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

Reduce the font size

Google tokens grew in length and on smaller screens the token doesn't
fix within the visible textarea
parent 326976d6
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ const Token = ` ...@@ -35,7 +35,7 @@ const Token = `
<h2>Access Token</h2> <h2>Access Token</h2>
</div> </div>
<div> <div>
<textarea style="font-size: 15pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea> <textarea style="font-size: 12pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea>
<h3> <h3>
The token will expire in &lt; 1 hour. The token will expire in &lt; 1 hour.
</h3> </h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment