Hello,
I have the following scenario:
1. insert the following html into the editor:
2. switch to design view and try to apply any CSS class to the UL element
Result:
CSS is applied to li element
It works fine if list contains several elements and you apply CSS to all of them.
How this can be fixed?
I have the following scenario:
1. insert the following html into the editor:
<ul> <li>test</li></ul>Result:
CSS is applied to li element
It works fine if list contains several elements and you apply CSS to all of them.
How this can be fixed?
