Please or Register to create posts and topics.

Bullet Lists (Issue with extra line return)

I’m using a bullet list and after adding indenting one of the bullets it adds an extra empty line.

Anyway I can prevent this?

  • Line 1
    • Line 2 (Indented)
  • Line 3

See the extra empty line after line 2. That’s what I’m trying to fix.

Uploaded files:
  • Screenshot_2019-10-31-Terms-and-Conditions.png

Hello @conspiracyfiles

Please add the following code to Forum -> Appearance -> Custom CSS to remove this extra-linebreak:

#af-wrapper .post-message ul li ul {
    padding-bottom: 0px !important;
}

 

conspiracyfiles has reacted to this post.
conspiracyfiles
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Thanks @Asgaros . That fixed it!

Asgaros has reacted to this post.
Asgaros