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
should be 14px, instead 12.25px
this is due to an outdated rule in sidecar-main.css that results in a double application of 0.875em
.kui--sidecar .sidecar-bottom-stripe > div { font-size: 0.875em; }
The text was updated successfully, but these errors were encountered:
fix(plugins/plugin-client-common): sidecar breadcrumb font too small
5e40109
Fixes kubernetes-sigs#4499
506b6a4
Fixes #4499
Successfully merging a pull request may close this issue.
should be 14px, instead 12.25px
this is due to an outdated rule in sidecar-main.css that results in a double application of 0.875em
The text was updated successfully, but these errors were encountered: