Skip to content

A blank line will appear in the list for some long text. #157

@vagreargnatry

Description

@vagreargnatry

Some long text entries in the list will have a blank line at the beginning.

Image

Google Gemini told me that adding word-break: break-all here would eliminate the blank lines. I tried it, and it worked.

ul li {

After adding it, it looks like this.

ul li {
  text-indent: -2ch;
  word-break: break-all;
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions