Formatting Bulleted Lists

Hey man, you can add this in the “styling” section of your card :

ul { display: inline-block; text-align: left; }
ol { display: inline-block; text-align: left; }

ol is for 1. 2. 3… and ul is for the bullet
Tell me if its works

4 Likes