Skip to content

Commit

Permalink
Make svg full width and height for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Jun 4, 2014
1 parent 2582991 commit 2eb97bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.dep_tree/directives/dependency_tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ angular.module('arethusa.depTree').directive('dependencyTree', [
}
});
},
template: '<svg><g/></svg>'
template: '<svg class="full-height full-width"><g/></svg>'
};
}
]);

0 comments on commit 2eb97bb

Please sign in to comment.