fix(LOY-196): replace employee number with dummy value

add support for className to modal
This commit is contained in:
Christian Andolf
2025-05-07 10:32:32 +02:00
parent 9b22459837
commit 8ca0aee25e
4 changed files with 18 additions and 4 deletions

View File

@@ -105,3 +105,9 @@
.footer {
text-align: center;
}
@media screen and (min-width: 768px) {
.modal {
max-width: 375px;
}
}