diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-09 16:53:57 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-09 16:53:57 -0400 |
commit | 0890639c166df6558c3a5c0fd3d427157b3549de (patch) | |
tree | 9b2eb915b2e703dbb0b712fcbfd4b8946a463287 /src/client/apis/GoogleAuthenticationManager.tsx | |
parent | 70a142b84d01e89b56d027b24e37122fa90fe25b (diff) |
margin fix
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.tsx')
-rw-r--r-- | src/client/apis/GoogleAuthenticationManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.tsx b/src/client/apis/GoogleAuthenticationManager.tsx index 1ab6380ef..8e8bf8def 100644 --- a/src/client/apis/GoogleAuthenticationManager.tsx +++ b/src/client/apis/GoogleAuthenticationManager.tsx @@ -88,12 +88,12 @@ export default class GoogleAuthenticationManager extends React.Component<{}> { {this.displayLauncher ? <button className={"dispatch"} onClick={this.handleClick} + style={{ marginBottom: 15 }} >Authorize a Google account...</button> : (null)} {this.clickedState ? <input className={'paste-target'} onChange={this.handlePaste} placeholder={prompt} - style={{ marginTop: 15 }} /> : (null)} </div> ); |