When I have numbered or bulleted lists in a page, the first list of each type in a page has really small spacing above it - too small to my eye.
But subsequent lists down the page the spacing looks fine. Investigating the CSS in the page with dev tools, I see this which I suspect is the culprit:
.css-b8wh5k ul:first-of-type, .css-b8wh5k ol:first-of-type {
margin-top: 0px;
}
Is there a way to control/disable this, so all lists have the same spacing above them?
Note: when editing it looks fine. Only when a page is published do I see the inconsistent spacing.
@Michal Charemza I never noticed this, but, now that you've pointed it out, I see this on my pages too. To me, the first list doesn't look that bad, so it's not at the top of my list of Confluence issues. I will watch this question, though, in case someone has an explanation or fix.
I have the same problem and it bothers me. The first listing is too close to the headline or the text (margin-top: 0). Unfortunately I can't customize CSS myself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.