Fix kanban edit modal issues

This commit is contained in:
yflory
2020-03-09 14:58:49 +01:00
parent 6d0154fb4d
commit 1402dc7170
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -94,6 +94,11 @@
}
}
.cp-kanban-edit-modal {
display: flex;
flex-flow: column;
overflow: hidden;
}
#cp-kanban-edit-body {
border: 1px solid @colortheme_modal-input;
.CodeMirror {