Open nilshoerrmann opened 1 year ago
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 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
.