Merge pull request #993 from nextcloud/bugfix/798/drag-compact

Fix sortable placehodler in compact mode
This commit is contained in:
Julius Härtl
2019-04-11 12:49:22 +02:00
committed by GitHub

View File

@@ -32,6 +32,8 @@
.stack {
.as-sortable-placeholder {
margin: $compact-board-item-margin;
min-height: 43px;
height: 43px;
&:last-child {
margin: $compact-board-last-item-margin;