Fix misalignment of vim mode indicator (#10962)

Credit-to: @elkowar

New is the top
<img width="220" alt="Screenshot 2024-04-24 at 19 00 48"
src="https://github.com/zed-industries/zed/assets/94272/9d917bf1-e175-494d-9653-757d15584921">

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-04-24 19:17:10 -06:00 committed by GitHub
parent 583a662ddc
commit d1425603f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ impl Render for ModeIndicator {
Label::new(format!("{} -- {} --", self.operators, mode))
.size(LabelSize::Small)
.line_height_style(LineHeightStyle::UiLabel)
.into_any_element()
}
}