fix(project): bottom spacing in list view
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kolaente 2024-05-07 16:27:13 +02:00
parent 8d1fc08de6
commit 053c4d5842
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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