1
0

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
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

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