251
Views
1
Comments
Solved
[CKEditor Mobile] Bullet Symbols missing while retrieving the data
Question
ckeditor-mobile
Mobile icon
Forge asset by Atul Patel


The Bullets and number lists were not displaying (symbols)..Is that an issue?


2020-03-05 14-29-02
José Costa
Solution

Hi Keerthi,

The bullets are there! If you inspect the html you will see the ul, li,... Only the CSS of the MobilePatterns is removing the bullets:

If you set in the CSS of your screen this:

ul{
    list-style: disc outside none;
}

Then, you will get the bullets.

So, it just a matter of adding the style that you want.

Cheers,

José

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.