From 0c6bbd9507398ae8ea1d93fbae5a2a81898642c0 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 22 Apr 2025 19:53:15 +0300 Subject: [PATCH] Make forms textarea similar to kanban layout #1831 --- www/form/app-form.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 1319abd1e..81309c2f6 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -819,6 +819,9 @@ display: flex; flex-wrap: wrap; align-items: baseline; + border: 1px solid @cp_forms-border; + border-radius: @variables_radius; + margin-top: 0.5rem; .CodeMirror { cursor: default; flex: 1; @@ -827,13 +830,15 @@ width: 80%; min-height: 200px; height: 200px; - border: 1px solid @cp_forms-border; .CodeMirror-placeholder { color: #777; } } .cp-markdown-toolbar { display: block; + padding: 0.1rem 0; + border-radius: @variables_radius 0; + width: 100%; background-color: transparent; } }