Skip to content

Commit

Permalink
fix(return): do not pull up parent's margin bottom for segments.
Browse files Browse the repository at this point in the history
Fixing issue:
      if(order == null) {
        @return
        SGW->Client:401
      }
  • Loading branch information
MrCoder committed Jan 10, 2025
1 parent f7990db commit 86f141d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
</script>
<style scoped>
.statement-container:last-child > .interaction.return {
.occurrence > .block > .statement-container:last-child > .interaction.return {
/* It pulls up the parent's (.statement-container) bottom margin. */
margin-bottom: -16px;
bottom: -2px; /* The width of the border of the Occurrence */
Expand Down

0 comments on commit 86f141d

Please sign in to comment.