Restrict the width of the editor

This commit is contained in:
Peter Stuifzand 2020-06-07 20:17:43 +02:00
parent 8f78ab88d7
commit 2207813d39

View File

@ -179,6 +179,9 @@
.selected .marker {
border-color: lightblue;
}
#editor {
width: 750px;
}
.editor.selected .marker {
border-color: white;
}