@Stck wrote:
ion-button contains a span with:
align-items: center;I want a button that has width: 100%, but where the contents are aligned left.
However, because the span is under #shadow-root, I cannot simply put this into my global.scss:
.button-inner {
align-items: left;
}I also don’t see a variable that is exposed for this. How can I achieve button contents to be aligned left?
Thanks!
Posts: 1
Participants: 1