1
0

Attempt to fix line wrapper bugs

This commit is contained in:
Zef Hemel
2022-08-02 12:44:41 +02:00
parent 36004a7977
commit 9f7b59905a
2 changed files with 34 additions and 38 deletions
-6
View File
@@ -1,12 +1,7 @@
@import "constants.scss";
//div.rhs-open #editor .cm-editor .cm-content {
// max-width: 550px;
//}
.cm-editor {
font-size: var(--ident);
//overflow-y: hidden;
padding: 0 20px;
.cm-content {
@@ -256,7 +251,6 @@
color: #989797;
background-color: rgba(210, 210, 210, 0.2);
border-radius: 5px;
// font-style: italic;
font-size: 75%;
line-height: 75%;
}