mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user