fix(project): bottom spacing in list view
This commit is contained in:
parent
8d1fc08de6
commit
053c4d5842
@ -306,4 +306,12 @@ function prepareFiltersAndLoadTasks() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-view {
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
|
||||||
|
:deep(.card) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user