Assembly Listenübersicht umsetzen

This commit is contained in:
Marcel Diegelmann 2025-07-03 13:47:20 +02:00
parent 36e9939419
commit 10e6fb48f3
27 changed files with 2511 additions and 9 deletions

View file

@ -61,3 +61,8 @@
.object-fit-cover {
object-fit: cover;
}
.assembly-table-image {
max-height: 40px;
object-fit: contain;
}