Skip to content

Rendered checkboxes in post content slightly off #15

Description

@amotl

Problem

The checkboxes rendered by the Discourse checklist rendering plugin by writing down [] or [x] in the markup are slightly off.

image

Workaround

/* Fix DMT#15: Checkboxes slightly off */
.contents span.chcklst-box::before {
    display: inline-flex;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
}

image

Thank you in advance for your attention.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions