* finish task #4670.

This commit is contained in:
Catouse
2018-10-12 13:51:47 +08:00
parent 07405dd60a
commit 33a0cdf634
2 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.boards {display: table; table-layout: fixed; width: auto; }
.boards {display: table; table-layout: fixed; width: auto; min-height: 50px;}
.boards .board:not(:last-child) {border-right: 1px solid #ddd;}
.board {display: table-cell; width: 16.666666667%; padding: 10px; border: 1px solid transparent; transition: background-color .2s, opacity .2s; vertical-align: top;}
.board-item {border: 1px solid #EBEBEB; padding: 5px 10px; cursor: move; border-radius: 2px; background-color: #fff; transition: border .2s, opacity .2s; overflow: hidden;}