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