Restrict the width of the editor
This commit is contained in:
parent
8f78ab88d7
commit
2207813d39
|
@ -179,6 +179,9 @@
|
||||||
.selected .marker {
|
.selected .marker {
|
||||||
border-color: lightblue;
|
border-color: lightblue;
|
||||||
}
|
}
|
||||||
|
#editor {
|
||||||
|
width: 750px;
|
||||||
|
}
|
||||||
.editor.selected .marker {
|
.editor.selected .marker {
|
||||||
border-color: white;
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user