Added other Jira resources

This commit is contained in:
2025-08-05 10:42:26 +02:00
parent 3a1870a160
commit 64e7c44a7d
6 changed files with 94 additions and 49 deletions

View File

@@ -629,7 +629,7 @@ function bindWorkflowProperties(elementId) {
const totalWidth = properties_component.getBoundingClientRect().width
console.debug("totalWidth", totalWidth)
const minPropertiesWidth = 340; // this value avoid scroll bars
const minPropertiesWidth = 352; // this value avoid scroll bars
const inputSection = document.getElementById(`pi_${elementId}`);
const propertiesSection = document.getElementById(`pp_${elementId}`);