We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb54eb commit e0c0effCopy full SHA for e0c0eff
templates/google_one_tap_button.html
@@ -1,4 +1,4 @@
1
-<span class="pe-2" style="height: 44px; max-width: 200px" data-replace-login-spinner>
+<span class="pe-2" style="height: 44px; width: 200px;" data-replace-login-spinner>
2
<span id="g_id_signin_desktop" class="d-none d-md-inline"></span>
3
<span id="g_id_signin_mobile" class="d-md-none"></span>
4
</span>
@@ -22,6 +22,7 @@
22
});
23
google.accounts.id.renderButton(document.getElementById("g_id_signin_mobile"), {
24
shape: "rectangular",
25
+ width: 200,
26
type: "icon"
27
28
}
0 commit comments