Skip to content

Commit

Permalink
fix(svgeople): add padding to each svgerson
Browse files Browse the repository at this point in the history
The svgeople were a little too close together for comfort. Let's spread
em out.
  • Loading branch information
jefflembeck committed Apr 27, 2016
1 parent ecdf90c commit 65f58ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivotal-ui/components/svgeople/package.json
Expand Up @@ -4,5 +4,5 @@
"@npmcorp/pui-css-bootstrap": "^2.0.1",
"@npmcorp/pui-css-forms": "^3.0.3"
},
"version": "2.0.3"
"version": "2.0.4"
}
1 change: 1 addition & 0 deletions src/pivotal-ui/components/svgeople/svgeople.scss
Expand Up @@ -71,6 +71,7 @@ form stepper component. Use the piece below to see how it works.
flex: 1 auto;
transform: translateY(100%);
transition: transform .2s;
padding: 0 1%;

&.show {
transform: translateY(0%);
Expand Down

0 comments on commit 65f58ea

Please sign in to comment.