Assembly Listenübersicht umsetzen

This commit is contained in:
Marcel Diegelmann 2025-07-03 13:47:20 +02:00
parent 70303ca454
commit f93152cb1c
26 changed files with 2511 additions and 3 deletions

View file

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