Skip to content

Commit

Permalink
Use font-size:0 instead of display: none.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chan committed Apr 3, 2021
1 parent cf67771 commit 25b4c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
}

div:not(.CodeMirror-activeline) > .CodeMirror-line .cm-string.cm-url {
display: none;
font-size: 0;
}

0 comments on commit 25b4c6e

Please sign in to comment.