Skip to content

Commit

Permalink
Merge pull request #3 from rosszurowski/patch-1
Browse files Browse the repository at this point in the history
Fix styles typo
  • Loading branch information
hshoff committed Apr 23, 2017
2 parents 8ace618 + 2680343 commit a2927ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-responsive/src/components/ScaleSVG.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ResponsiveSVG({
display: 'inline-block',
position: 'relative',
width: '100%',
verticalAling: 'top',
verticalAlign: 'top',
overflow: 'hidden',
}}>
<svg
Expand Down

0 comments on commit a2927ce

Please sign in to comment.