Fix: 1. Save proc architecture update for records saved with subrecords / linked records, such as Order has Items. \n 2. Style improvements for Product Category, Product, Product Permutation pages.

This commit is contained in:
2024-11-15 08:58:37 +00:00
parent feac2a9c13
commit 6d3f2d2ee7
44 changed files with 2171 additions and 708 deletions

View File

@@ -1,13 +1,8 @@
#formFilters {
width: 50vh;
width: 95vh;
}
#formFilters .container {
max-width: fit-content;
}
#tableMain {
max-width: 90vw;
}

View File

@@ -15,11 +15,10 @@
width: 8vh;
}
/*
#tableMain {
max-width: min(calc(1vh * 79), calc(1vw * 90));
max-width: min(calc(1vh * 65), calc(1vw * 90));
}
*/
#tableMain tbody tr td.display_order, #tableMain thead tr th.display_order {
width: 5vh;