Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/increase vertical gaps #238

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

MrCoder
Copy link
Collaborator

@MrCoder MrCoder commented Jan 8, 2025

- Reduce padding-bottom and add margin-bottom to .occurrence for better spacing
- Adjust bottom position of return message to align with new layout
- Uncomment height property for return message to maintain correct rendering
- Add leading-none class to SelfInvocation and Message components
- This change improves the visual consistency of message text
- Add mb-4 class to the async interaction block for improved spacing
- Update tailwindcss from 3.2.4 to 3.4.17
- Adjust styles for Occurrence and Interaction components
- Remove unnecessary code and improve readability
- Adjust occurrence positioning and remove unnecessary styles
- Fix message numbering position and size
- Optimize return statement layout
… statement.

Fix the issue of rendering:
B A
A.method {
  return x
  B.m
}
Fixing issue:
      if(order == null) {
        @return
        SGW->Client:401
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant