Added other Jira resources
This commit is contained in:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user