fix(partsTable, annotationsModal): correct table height and restore "Torna alle Parti"

- partsTable: reduce excessive height to prevent oversized rendering
- annotationsModal: fix "Torna alle Parti" button behavior to return to parts view
This commit is contained in:
2025-10-30 10:26:46 +04:00
parent 1c2b4ab7a6
commit f6ea17388c
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -2012,7 +2012,7 @@ $(document).on("click", ".save-common-note-btn", function () {
});
$(document).on("click", "#showHideImageBtn", function () {
let mainRow = $(this).closest(".main-row");
let mainRow = $(this).closest(".parts-row");
let photoContainer = mainRow.find(".col-md-3");
let tableContainer = mainRow.find("#partsTable").closest("div[class*='col-md']");