I've created a SPFx web part called "Human Resources Announcements." However, the name is too long for the property pane title to hold all of its value in one line.
How would I add custom CSS to the property pane?
I've tried adding to the .scss file for my web part
.propertyPane {
.propertyPanePageTitle {
font-size: $ms-font-size-m;
}
}
but this doesn't do anything
