Closed lordrip closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Please upload report for BASE (
main@da73c38
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Context
In order to make room for the node's secondary label, the containers were expanded by
10px
.The problem comes when in vertical layout, that additional size is not taken into account when calculating the edges since the size is only reflected in the visualization part and not during the layout calculation.
The solution for now is to increase the group padding just a bit to make the secondary label to fit.
fix: https://github.com/KaotoIO/kaoto/issues/1575