Question
Div styles not working
After upgrading to RH 2020.7 I'm unable to apply div styles. Say you have a class looking like this:
div.my-style {
font-size: 28px;
}The style is visible in the style list but is not applied when picking it in the text editor. If I change the class to a span it works...
span.my-style {
font-size: 28px;
}I had no issues with this prior the update.
