Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendered checkboxes in post content slightly off #15

Open
amotl opened this issue Jan 13, 2019 · 1 comment
Open

Rendered checkboxes in post content slightly off #15

amotl opened this issue Jan 13, 2019 · 1 comment

Comments

@amotl
Copy link

amotl commented Jan 13, 2019

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
Copy link
Author

amotl commented Jan 17, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant