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
The panel button includes this line of CSS:
p { margin-bottom: var(--spacing-2); }
This is affacting styling across the panel and should be more specific, e. g. .k-button-section p.
.k-button-section p
The text was updated successfully, but these errors were encountered:
K4 compatibility
d623566
Closes moritzebeling#2 moritzebeling#3
Successfully merging a pull request may close this issue.
The panel button includes this line of CSS:
This is affacting styling across the panel and should be more specific, e. g.
.k-button-section p
.The text was updated successfully, but these errors were encountered: