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 97679669db
commit 0d5503e6c8

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;