Skip to content

Commit

Permalink
Hide the character counter in post preview
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
bitWolfy committed Mar 22, 2020
1 parent 813d29a commit da6764f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/modules/_formatting-helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ form.simple_form {
opacity: 0.5;
}
}

&[data-editing=false] div.dtext-character-counter-box {
display: none;
}
}

}

0 comments on commit da6764f

Please sign in to comment.