Hi there,
I’m applying the following under Button / Customize / Inline CSS:
$el {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
}
But all this does is make the button extend the entire width of the column. How do I make it keep its original size but be center aligned.
Thanks
