We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76bfb0 + 7b96b05 commit d6ab70fCopy full SHA for d6ab70f
addons/knobs/src/components/PropField.js
@@ -16,7 +16,7 @@ const stylesheet = {
16
boxSizing: 'border-box',
17
verticalAlign: 'top',
18
paddingRight: 5,
19
- paddingTop: 7,
+ paddingTop: 5,
20
textAlign: 'right',
21
width: 80,
22
fontSize: 12,
addons/knobs/src/components/types/Number.js
@@ -5,7 +5,7 @@ const styles = {
5
display: 'table-cell',
6
7
verticalAlign: 'middle',
8
- height: '26px',
+ height: '25px',
9
width: '100%',
10
outline: 'none',
11
border: '1px solid #f7f4f4',
0 commit comments