Permanently Expand Notes Using Stylus

Comments

4 comments

  • Avatar
    rawbytz
    .notes > .content {
      height: auto !important;
      display: block !important;
      -webkit-line-clamp: none !important;
      max-height: none !important;
    }
    0
    Comment actions Permalink
  • Avatar
    Craig Welch

    Thank you very much for this solution; unfortunately, it is not functioning for me. 

    0
    Comment actions Permalink
  • Avatar
    rawbytz

    Hmmm, that's lifted directly from WorkFlowy's print.css.. it's working for me on both producion and beta.

    I also tried both of your examples and they work.  You most likely have some other conflicting CSS that is the culprit.

    Correction: for me, your examples expand notes but they display over child bullets when expanded.  

    0
    Comment actions Permalink
  • Avatar
    Craig Welch

    This actually works perfectly (the one you proposed). Have to admit that the problem was totally my mistake; I did not have the style properly applied to the workflowy domain.

    The old examples sort of work, but as you noted, they display over the child bullets.

    Thanks again for your help.

    0
    Comment actions Permalink

Please sign in to leave a comment.