]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_forms.scss
fix markdown editor resizing with long strings
[bookstack] / resources / assets / sass / _forms.scss
index 69023f6172c4c321c2257777f6ae4f123a9d61e8..94d38f4e86f5d98b36fb38334ada6ca04efa3de5 100644 (file)
@@ -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;
-}
\ No newline at end of file
+}