Skip to content

Commit

Permalink
bump line height
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 12, 2023
1 parent 15ad9b4 commit 6ca24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/backend/TextInputImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class TextInputImpl extends TextDisplayImpl {
el.style.border = "none";
el.style.resize = "none";
el.style.outline = "none";
el.style.lineHeight = "1.4";
el.style.lineHeight = "1.5";
el.style.padding = "0px";
el.style.margin = "0px";
el.style.bottom = "0px"; // chrome only?
Expand Down

0 comments on commit 6ca24c6

Please sign in to comment.