mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
fix markdown editor resizing with long strings
This commit is contained in:
parent
67332a2f1b
commit
1c8a8acb3d
@ -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 New Issue
Block a user