Fix overflow in create branch label (#26591)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
ab199fda47
commit
81af2c0bed
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ impl PickerDelegate for BranchListDelegate {
|
|||
"Create branch \"{}\"…",
|
||||
entry.branch.name
|
||||
))
|
||||
.single_line()
|
||||
.into_any_element()
|
||||
} else {
|
||||
HighlightedLabel::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue