Closed superstar54 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.62%. Comparing base (
5937b88
) to head (d190519
). Report is 79 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Can you make a note in some issue referencing this PR or open a new issue to just keep track of it?
Yes, I created an issue
Defines custom padding for a scope layout. The padding values are used by the ScopesPlugin to avoid node overlapping with the socket of the parent node. Before, the
conditions
socket overlaps with task:After:
Note: we need to update three places: 1) web app, 2) widget 3) HTML template. This is not good; we need to refactor the code in the future so that we create a library for all.