diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index f7594ec4a6739591332ff8a6a91e54a6649353ef..f327787263d848238a4c6a3f4a295949b6682b7d 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -3101,7 +3101,9 @@ impl Render for BlameEntryTooltip { .gap_4() .child( h_flex() - .gap_2() + .gap_x_2() + .overflow_x_hidden() + .flex_wrap() .child(author) .when_some(author_email, |this, author_email| { this.child(