Increase inline assistant editor's line height (#3757)
This PR increases the line height for the inline assistant editor. This fixes an issue where descenders were being clipped. Release Notes: - N/A
This commit is contained in:
parent
a516c3be05
commit
7a9c4057a7
1 changed files with 1 additions and 1 deletions
|
@ -3066,7 +3066,7 @@ impl InlineAssistant {
|
||||||
font_size: rems(0.875).into(),
|
font_size: rems(0.875).into(),
|
||||||
font_weight: FontWeight::NORMAL,
|
font_weight: FontWeight::NORMAL,
|
||||||
font_style: FontStyle::Normal,
|
font_style: FontStyle::Normal,
|
||||||
line_height: relative(1.).into(),
|
line_height: relative(1.3).into(),
|
||||||
background_color: None,
|
background_color: None,
|
||||||
underline: None,
|
underline: None,
|
||||||
white_space: WhiteSpace::Normal,
|
white_space: WhiteSpace::Normal,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue