This commit is contained in:
Yuri Kuznetsov
2021-12-09 16:50:47 +02:00
parent 12a2069fcf
commit 4d68e35f3b
+6
View File
@@ -563,6 +563,12 @@ define('views/record/kanban', ['views/record/list'], function (Dep) {
var height = containerHeight;
let containerEl = this.$container.get(0);
if (containerEl.scrollWidth > containerEl.clientWidth) {
height -= 18;
}
if (height < 100) {
height = 100;
}