discourse-material-theme icon indicating copy to clipboard operation
discourse-material-theme copied to clipboard

Rendered checkboxes in post content slightly off

Open amotl opened this issue 6 years ago • 1 comments

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.

amotl avatar Jan 13 '19 15:01 amotl

Remark

As this is actually related to an interaction between two addons of Discourse, we don't really know where to file this. Hope it's okay to anchor it just here and put references to this item elsewhere.

Let's already do this and reference the canonical Discourse topic »Checklist Plugin - Interactive Checkboxes made Simple« from here. We believe some bot will automatically add a pingback to the topic?

amotl avatar Jan 17 '19 02:01 amotl