You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing some tests with @moul in the todolist project (PR 1811), I tried to add a checkbox in front of the tasks to mark those done or undone. We noticed that ufmt.Sprintf doesn't display the unicode emojis (issue 1814).
So @moul proposed to test the github checkbox, that's when we noticed a problem with CSS:
here's my code :
and the page displays a line instead of a checkbox:
So we deactivated padding and width, and it was displayed as it should :
So I think that the default CSS need to be reviewed.
The text was updated successfully, but these errors were encountered:
Description
When doing some tests with @moul in the todolist project (PR 1811), I tried to add a checkbox in front of the tasks to mark those done or undone. We noticed that ufmt.Sprintf doesn't display the unicode emojis (issue 1814).
So @moul proposed to test the github checkbox, that's when we noticed a problem with CSS:
here's my code :
and the page displays a line instead of a checkbox:
So we deactivated padding and width, and it was displayed as it should :
So I think that the default CSS need to be reviewed.
The text was updated successfully, but these errors were encountered: