Убран лишний отступ снизу в карточке задачи
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 45s

This commit is contained in:
poignatov
2026-03-16 13:55:14 +03:00
parent cbf20ce679
commit b888d056e4

View File

@@ -49,6 +49,10 @@
margin-bottom: 1.5rem;
}
.task-form form > *:last-child {
margin-bottom: 0;
}
.form-group label {
display: block;
font-weight: 500;