Skip to content

Commit

Permalink
Merge pull request #141 from dabapps/spaced-group-children
Browse files Browse the repository at this point in the history
Do not set SpacedGroup children to be display inline-block
  • Loading branch information
JakeSidSmith authored Oct 11, 2017
2 parents e671924 + f640d77 commit c5d497c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roe",
"version": "0.8.18",
"version": "0.8.19",
"description": "A Collection of React Components for Project Development",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/less/spaced-group.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.spaced-group {
& > * { // lesshint universalSelector: false
display: inline-block;
margin-right: @margin-base;
vertical-align: middle;

Expand Down

0 comments on commit c5d497c

Please sign in to comment.