There's a CSS issue with nested ordered list () items in task notes:

There's a CSS issue with nested ordered list (
    ) items in task notes:

    A rule set on ".userContent ul li" overrides the default "ol li" item styling (list-style-type: decimal) in user notes due to the selector's higher specificity.  This causes nested ordered list items to be displayed with bullet points rather than numbers.

    I've added some custom CSS to workaround this issue temporarily:

    .userContent ol > li {
            list-style-type: decimal;
    }

    But it would be great if Checkvist's default CSS correctly handled styling itself (e.g. update the selector so that it only applies bullets to it's direct children, not all descendants).

    Thanks.

Comments

  1. Reasonable fix, thanks! Will implement.

    ReplyDelete
  2. Hello Sol, the fix is on the https://beta.checkvist.com
    The production site will be updated in a couple of days, I hope.

    ReplyDelete
  3. This fix is on the production site, thanks again :)

    ReplyDelete

Post a Comment

Popular posts from this blog

Hello friends

Hello friends!

I'm really enjoy using checkvist, you are adding great features very quickly.