Fixes #429
parent
2f685153db
commit
809fc7e2e1
|
@ -7,6 +7,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.cm-content {
|
.cm-content {
|
||||||
|
width: 100%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: var(--#{"editor-width"});
|
max-width: var(--#{"editor-width"});
|
||||||
|
|
|
@ -167,6 +167,8 @@ body {
|
||||||
#sb-editor {
|
#sb-editor {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-bhs {
|
.sb-bhs {
|
||||||
|
|
Loading…
Reference in New Issue