Twenty Twenty: Improve padding for number input type.

This changes improves lateral padding for `number` input types in Twenty Twenty bundled theme.

Props helgatheviking, sabernhardt, chaion07, poena, justinahinon, ugyensupport, nayana123.
Fixes #53115.


git-svn-id: https://develop.svn.wordpress.org/trunk@53120 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-04-10 20:34:20 +00:00
parent 556d86309a
commit 09f7209dc6
2 changed files with 8 additions and 0 deletions

View File

@ -791,6 +791,10 @@ textarea {
width: 100%;
}
input[type="number"] {
padding-left: 0.5rem;
}
select {
font-size: 1em;
}

View File

@ -797,6 +797,10 @@ textarea {
width: 100%;
}
input[type="number"] {
padding-right: 0.5rem;
}
select {
font-size: 1em;
}