We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740f48a commit cfe11ebCopy full SHA for cfe11eb
src/buffer/input_view.rs
@@ -289,6 +289,7 @@ pub fn view<'a>(
289
.padding([2, 4])
290
.wrapping(text::Wrapping::WordOrGlyph)
291
.height(Length::Shrink)
292
+ .line_height(theme::line_height(&config.font))
293
.style(style);
294
295
if !disabled {
@@ -498,6 +499,7 @@ pub fn view<'a>(
498
499
None,
500
))
501
.style(move |_| our_user_style)
502
503
.font_maybe(
504
theme::font_style::nickname(theme, false)
505
.map(font::get),
0 commit comments