From 4d2f3ed43ace33ad88525a0edfe27f57f6976667 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 2 Jul 2024 20:03:21 +0100 Subject: [PATCH] fix spacing in github setup --- .../git/src/components/github/devicecode.tsx | 4 ++-- libs/remix-ui/git/src/components/gitui.tsx | 16 ++++++++-------- .../remix-ui/git/src/components/panels/clone.tsx | 2 +- .../src/components/panels/githubcredentials.tsx | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libs/remix-ui/git/src/components/github/devicecode.tsx b/libs/remix-ui/git/src/components/github/devicecode.tsx index cd611efe4d..9e1a8ce2d9 100644 --- a/libs/remix-ui/git/src/components/github/devicecode.tsx +++ b/libs/remix-ui/git/src/components/github/devicecode.tsx @@ -72,7 +72,7 @@ export const GetDeviceCode = () => { return ( <> {(context.gitHubUser && context.gitHubUser.login) ? null : - } @@ -124,4 +124,4 @@ export const GetDeviceCode = () => { } ) -} \ No newline at end of file +} diff --git a/libs/remix-ui/git/src/components/gitui.tsx b/libs/remix-ui/git/src/components/gitui.tsx index fb9566895b..87d3b2145c 100644 --- a/libs/remix-ui/git/src/components/gitui.tsx +++ b/libs/remix-ui/git/src/components/gitui.tsx @@ -200,38 +200,38 @@ export const GitUI = (props: IGitUi) => {
-
+

-
+

- <> - +
+

- <> +

- +

- <> +
- +
diff --git a/libs/remix-ui/git/src/components/panels/clone.tsx b/libs/remix-ui/git/src/components/panels/clone.tsx index 4e562be544..daddc53ad7 100644 --- a/libs/remix-ui/git/src/components/panels/clone.tsx +++ b/libs/remix-ui/git/src/components/panels/clone.tsx @@ -67,7 +67,7 @@ export const Clone = ({ plugin }: CloneProps) => { return ( <> -
+

diff --git a/libs/remix-ui/git/src/components/panels/githubcredentials.tsx b/libs/remix-ui/git/src/components/panels/githubcredentials.tsx index 300e6797f0..607e86f5dc 100644 --- a/libs/remix-ui/git/src/components/panels/githubcredentials.tsx +++ b/libs/remix-ui/git/src/components/panels/githubcredentials.tsx @@ -67,14 +67,14 @@ export const GitHubCredentials = () => { return ( <> -
+
handleChangeTokenState(e.target.value)} />
- handleChangeUserNameState(e.target.value)} value={githubUsername} className="form-control mb-1" placeholder="Git username" type="text" id="githubUsername" /> - handleChangeEmailState(e.target.value)} value={githubEmail} className="form-control mb-1" placeholder="Git email" type="text" id="githubEmail" /> + handleChangeUserNameState(e.target.value)} value={githubUsername} className="form-control mb-3" placeholder="Git username" type="text" id="githubUsername" /> + handleChangeEmailState(e.target.value)} value={githubEmail} className="form-control mb-3" placeholder="Git email" type="text" id="githubEmail" />