Sequences in a `_sync` are not correctly aligned if one has a comment and the other hasn't (or if the comments don't have the same height)
## Example
```typ
#diagram({
_par("a")
_par("b")
_par("c")
_sync({
_seq("b", "a")
_seq("b", "c")
})
_gap()
_sync({
_seq("b", "a", comment: [Comment])
_seq("b", "c")
})
_gap()
_sync({
_seq("b", "a")
_seq("b", "c", comment: [Comment])
})
_gap()
_sync({
_seq("b", "a", comment: [Two\ lines])
_seq("b", "c", comment: [Comment])
})
})
```
## Result

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Sequences in a
_syncare not correctly aligned if one has a comment and the other hasn't (or if the comments don't have the same height)Example
Result