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. Built from https://develop.svn.wordpress.org/trunk@53120 git-svn-id: http://core.svn.wordpress.org/trunk@52709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
387ce8d003
commit
439bf1296f
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-alpha-53119';
|
||||
$wp_version = '6.0-alpha-53120';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue