Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab tittle not centered #19

Open
saltecaramel opened this issue Jun 5, 2023 · 1 comment
Open

Tab tittle not centered #19

saltecaramel opened this issue Jun 5, 2023 · 1 comment

Comments

@saltecaramel
Copy link

Tab tittles are not centered and instead is aligned to the left side.
Screenshot from 2023-06-04 22-16-34

@LupuC
Copy link

LupuC commented Nov 11, 2023

.tab-icon-stack{
  margin-inline-start: auto
}

.tab-label-container{
  max-width: min-content;
  margin-inline-end: auto;
}


.tab-label-container.proton {
    display: grid !important;
    justify-items: safe center !important;
    text-align: center !important;
}

.tab-label {
    overflow: hidden !important;
    text-align: center !important;

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants