fix(project): bottom spacing in list view

This commit is contained in:
kolaente 2024-05-07 16:27:13 +02:00
parent 8d1fc08de6
commit 053c4d5842
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 0 deletions

View File

@ -306,4 +306,12 @@ function prepareFiltersAndLoadTasks() {
}
}
}
.list-view {
padding-bottom: 1rem;
:deep(.card) {
margin-bottom: 0;
}
}
</style>