mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-05 00:42:14 +03:00
fix markdown editor resizing with long strings
This commit is contained in:
@@ -58,6 +58,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -315,4 +316,4 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
|
|||||||
|
|
||||||
.image-picker img {
|
.image-picker img {
|
||||||
background-color: #BBB;
|
background-color: #BBB;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user