From 1c8a8acb3df3a3a975aca875bf6f5926970c60cc Mon Sep 17 00:00:00 2001 From: Chris Latham Date: Mon, 26 Feb 2018 11:31:11 +0000 Subject: [PATCH] fix markdown editor resizing with long strings --- resources/assets/sass/_forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/_forms.scss b/resources/assets/sass/_forms.scss index 69023f617..94d38f4e8 100644 --- a/resources/assets/sass/_forms.scss +++ b/resources/assets/sass/_forms.scss @@ -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 +}