New file opening error doesn't wrap properly for very long lines (fix #148968) (#150592)

This commit is contained in:
Benjamin Pasero 2022-05-28 08:37:01 +02:00 committed by GitHub
parent 3b1e1a7c85
commit 17c4bd39f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,8 @@
.monaco-editor-pane-placeholder .editor-placeholder-label-container {
font-size: 14px;
max-width: 450px;
text-align: center
text-align: center;
word-break: break-word;
}
.monaco-editor-pane-placeholder .monaco-link,