We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e829312 commit c3afd0fCopy full SHA for c3afd0f
src/layouts.js
@@ -49,7 +49,7 @@ module.exports = {
49
"backspace": { func: "backspace", classes: "control"},
50
"accept": { func: "accept", text: "Close", classes: "control featured"},
51
"next": { func: "next", text: "Next", classes: "featured"},
52
- "zero": { key: "0", width: 130}
+ "zero": { key: "0", width: 120}
53
},
54
55
default: [
@@ -80,7 +80,7 @@ module.exports = {
80
81
82
"next": { func: "next", text: "Next", classes: "control featured"},
83
84
85
86
0 commit comments