fix markdown editor resizing with long strings
This commit is contained in:
parent
67332a2f1b
commit
1c8a8acb3d
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@
|
|||
flex-direction: column;
|
||||
border: 1px solid #DDD;
|
||||
width: 50%;
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -315,4 +316,4 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
|
|||
|
||||
.image-picker img {
|
||||
background-color: #BBB;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue