By default material ui tab label is center aligned, how do i make it left aligned ?
center aligned tab labels image
Inline is so: <Tab sx={{alignItems: 'start',}} label="Application" {...a11yProps(0)} />
May be this will help
.MuiTab-wrapper {
align-items: self-start;
justify-content: flex-start;
}
By default both of them are centered.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With