We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Se a sub aba não tiver ícone, esta fica com o padding incorreto:
Proponho uma classe tab-button-without-icon, por exemplo, para identificar estes casos.
tab-button-without-icon
.tab-buttons .tab-button.tab-button-without-icon { padding-right: 9px; }
Resultado:
The text was updated successfully, but these errors were encountered:
Proponho que o mesmo seja feito para as abas.
Conversei com Sérgio e ele definiu que estas devem ter 10px de padding lateral.
.tabs .tab .tab-title.tab-title-without-icon { min-width: auto; padding-left: 10px; padding-right: 10px; }
Sorry, something went wrong.
Após este issue ser fechado, trocar implementação local do Core pela do ui-components. Basta procurar pelas classes aqui sugeridas.
No branches or pull requests
Se a sub aba não tiver ícone, esta fica com o padding incorreto:
Proponho uma classe
tab-button-without-icon
, por exemplo, para identificar estes casos.Resultado:
The text was updated successfully, but these errors were encountered: