I am trying to get rid of the automatic space that inserts itself between a header and the bullet point list below the header when creating the back of my cards. Is there anything I can type into the cards styling box to prevent this space from automatically occurring every time I insert a bullet point list?
For example, my desired list would look like this:
Header
-List item
-List item
Instead of:
Header
- List item
- List item
I’ve tried adding several CSS text lines to the card styling box, but to no avail. These have included:
ul li, ol li {
margin-top: 0ptx;
margin-bottom: 0ptx;
}