mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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:
parent
556d86309a
commit
09f7209dc6
@ -791,6 +791,10 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
@ -797,6 +797,10 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
select {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user