This is a migrated thread and some comments may be shown as answers.

Problem with chained classes in Apply CSS dropdown

0 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 18 Aug 2017, 03:08 PM

We are having an issue where chained classes are not being applied correctly. We have our custom css file added to the editor. So for example we type the word Button in the editor. In our css file there is a class called .button.ghost. I select the word Button and then select .button.ghost from the Apply CSS dropdown. However it will only apply ghost as the class. 

So it changes Button to 

<span class="ghost">Button</span>

Is there some setting or work around to have the classes applied in a way so the result of selecting .button.ghost would have the result of

<span class="button ghost">Button</span>

No answers yet. Maybe you can help?

Tags
Editor
Asked by
Jeff
Top achievements
Rank 1
Share this question
or