Merge pull request #10752 from overleaf/jel-input-padding-new-css

[web] Fix placeholder and dropdown text input alignment issue in new CSS

GitOrigin-RevId: b5b8cff38c8aa846e3eb70f8552e9c288b88061e
This commit is contained in:
Jessica Lawshe 2022-12-05 09:31:37 -06:00 committed by Copybot
parent c8f781b4ea
commit 1cc0d28724

View file

@ -156,7 +156,7 @@ output {
display: block;
width: 100%;
height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: @input-padding;
padding: @padding-base-vertical @input-padding;
font-size: @font-size-base;
line-height: @line-height-base;
color: @input-color;