File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ export function offlineTestID (): NamedNode | null {
815815}
816816
817817function 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/**
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments