Set font-size:0 to improve rendering of hidden text, caused by multi-line inline ghost text.

This commit is contained in:
Henning Dieterichs 2021-07-01 18:52:42 +02:00
parent da144f6280
commit 578f6f842c
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -21,4 +21,5 @@
.monaco-editor .ghost-text-hidden {
opacity: 0;
font-size: 0;
}