Skip to content

How to horizontally center <asl-google-signin-button>? #728

Answered by lwestfall
BruceWilcox asked this question in Q&A
Discussion options

You must be logged in to vote

I'm a little late to the game here, but here's how I fixed this. Put this in your styles .css or in any component that has asl-google-signin-button in its template

asl-google-signin-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@BruceWilcox
Comment options

Answer selected by Heatmanofurioso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants