1
0
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:
Chris Latham
2018-02-26 11:31:11 +00:00
committed by GitHub
parent 67332a2f1b
commit 1c8a8acb3d

View File

@@ -58,6 +58,7 @@
flex-direction: column;
border: 1px solid #DDD;
width: 50%;
max-width: 50%;
}
}