* Change the minimum range of kanban columns.

This commit is contained in:
tianshujie
2022-11-02 15:34:02 +08:00
parent f924c6a1e5
commit f7a1df8da4
16 changed files with 64 additions and 13 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
</div>
<?php
$width = common::checkNotCN() ? '600px' : '560px';
$width = common::checkNotCN() ? '850px' : '700px';
echo "<div class='btn-group menu-actions'>";
echo html::a('javascript:;', "<i class='icon icon-ellipsis-v'></i>", '', "data-toggle='dropdown' class='btn btn-link'");
echo "<ul class='dropdown-menu pull-right'>";