diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index f7594ec4a6..f327787263 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(