mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
c8f781b4ea
commit
1cc0d28724
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue