Skip to content

Commit

Permalink
Merge pull request #1471 from Hypnosphi/patch-1
Browse files Browse the repository at this point in the history
Knobs: fix label alignment
  • Loading branch information
shilman authored Jul 15, 2017
2 parents c76bfb0 + 7b96b05 commit d6ab70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/knobs/src/components/PropField.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const stylesheet = {
boxSizing: 'border-box',
verticalAlign: 'top',
paddingRight: 5,
paddingTop: 7,
paddingTop: 5,
textAlign: 'right',
width: 80,
fontSize: 12,
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/src/components/types/Number.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const styles = {
display: 'table-cell',
boxSizing: 'border-box',
verticalAlign: 'middle',
height: '26px',
height: '25px',
width: '100%',
outline: 'none',
border: '1px solid #f7f4f4',
Expand Down

0 comments on commit d6ab70f

Please sign in to comment.