style
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-04 13:29:03 +02:00
parent 1643aa65d4
commit 43b74dc3c2
2 changed files with 28 additions and 15 deletions

View File

@ -231,4 +231,13 @@ button#cancel-button:disabled {
button#cancel-button:not(:disabled):hover {
background-color: #490000; /* Dunkleres Rot */
}
}
.form-layout {
display: flex;
flex-direction: column;
}
.form-row {
margin-bottom: 10px;
}