Group name, descriptions and self sequences contained inside of them are not taken into account when their bounding box is computed, leading to overflow, as shown below
_As pointed out by @just-some-bugs in #17:_
Group name, descriptions and self sequences contained inside of them are not taken into account when their bounding box is computed, leading to overflow, as shown below
## Example
```typ
#diagram({
_grp("My Nice Group", {})
_grp("", desc: [Description], {})
_grp("", {
_seq("a", "a")
_seq("a", "a", flip: true)
})
_grp("", {
_seq("a", "a", comment: [A comment])
_seq("a", "a", comment: [A comment], flip: true, comment-align: "start")
})
})
```
## 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.
As pointed out by @just-some-bugs in #17:
Group name, descriptions and self sequences contained inside of them are not taken into account when their bounding box is computed, leading to overflow, as shown below
Example
Result