From afd8f70c00c70d7f3cd7d8b681a650533cc46c4d Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 1 Apr 2022 13:12:31 +0530 Subject: [PATCH] force display of the markdown toolbar in forms --- www/form/app-form.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index d703a4a65..7f8761996 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -712,6 +712,9 @@ color: #777; } } + .cp-markdown-toolbar { + display: block; + } } .cp-form-edit-block { &.cp-no-sortable {