Skip to content

Commit 0482c8a

Browse files
committed
Once again removed the large margin
1 parent 199a82f commit 0482c8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/authn/authn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ export function offlineTestID (): NamedNode | null {
815815
}
816816

817817
function getDefaultSignInButtonStyle (): string {
818-
return 'padding: 1em; border-radius:0.5em; margin: 2em; font-size: 100%;'
818+
return 'padding: 1em; border-radius:0.5em; font-size: 100%;'
819819
}
820820

821821
/**

test/unit/header/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,12 @@ exports[`createLoginSignUpButtons creates div 1`] = `
244244
style="display: flex;"
245245
>
246246
<input
247-
style="padding: 1em; border-radius:0.5em; margin: 2em; font-size: 100%;background-color: #eef;"
247+
style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #eef;"
248248
type="button"
249249
value="Log in"
250250
/>
251251
<input
252-
style="padding: 1em; border-radius:0.5em; margin: 2em; font-size: 100%;background-color: #efe;"
252+
style="padding: 1em; border-radius:0.5em; font-size: 100%;background-color: #efe;"
253253
type="button"
254254
value="Sign Up for Solid"
255255
/>

0 commit comments

Comments
 (0)