Skip to content

Commit

Permalink
Revert "Fix vertically truncated branch/repo labels"
Browse files Browse the repository at this point in the history
This reverts commit 0cd01d9.
  • Loading branch information
iamnbutler committed Mar 3, 2025
1 parent 0cd01d9 commit 6c22ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/git_ui/src/git_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3365,6 +3365,7 @@ impl RenderOnce for PanelRepoFooter {
.child(
h_flex()
.flex_1()
.overflow_hidden()
.items_center()
.child(
div().child(
Expand Down

0 comments on commit 6c22ff2

Please sign in to comment.