When I use Consolas as main font, lines shifted vertically upward corresponding to cursor and selection (known issue):
"font_face": "Consolas",
This is partially fixable by line padding options like this:
"line_padding_top": 3,
"line_padding_bottom": -3,
But! This settings also affect Command Palette (since it uses main font face in its input?) and in this case the text inside appears trimmed from the bottom during wrong positioning or border calculation.
Is there any way to set separate font face params to command palette or leave it default?
P.S. In the Find and other dialogs everything is ok and positioned correctly with this settings.