Skip to content

Commit

Permalink
Merge pull request #89 from Swierkowski/master
Browse files Browse the repository at this point in the history
remove extra space between icon and text
  • Loading branch information
khan4019 committed Apr 1, 2016
2 parents 0ac8058 + d753565 commit 5079f73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tree-grid-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
" ng-class=\"'level-' + {{ row.level }} + (row.branch.selected ? ' active':'')\" class=\"tree-grid-row\">\n" +
" <td><a ng-click=\"user_clicks_branch(row.branch)\"><i ng-class=\"row.tree_icon\"\n" +
" ng-click=\"row.branch.expanded = !row.branch.expanded\"\n" +
" class=\"indented tree-icon\"></i>\n" +
" </a><span class=\"indented tree-label\" ng-click=\"on_user_click(row.branch)\">\n" +
" class=\"indented tree-icon\"></i></a><span class=\"indented tree-label\" ng-click=\"on_user_click(row.branch)\">\n" +
" {{row.branch[expandingProperty.field] || row.branch[expandingProperty]}}</span>\n" +
" </td>\n" +
" <td ng-repeat=\"col in colDefinitions\">\n" +
Expand Down

0 comments on commit 5079f73

Please sign in to comment.