Index: src/wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/style-rtl.css	(revision 51064)
+++ src/wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -790,6 +790,10 @@
 	width: 100%;
 }
 
+input[type="number"] {
+	padding-left: 0.5rem;
+}
+
 select {
 	font-size: 1em;
 }
Index: src/wp-content/themes/twentytwenty/style.css
===================================================================
--- src/wp-content/themes/twentytwenty/style.css	(revision 51064)
+++ src/wp-content/themes/twentytwenty/style.css	(working copy)
@@ -796,6 +796,10 @@
 	width: 100%;
 }
 
+input[type="number"] {
+	padding-right: 0.5rem;
+}
+
 select {
 	font-size: 1em;
 }
