Skip to content

Commit

Permalink
feat: improve scaling behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jul 21, 2023
1 parent 0b3d214 commit ea1018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Linting.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Linting.prototype._createElementIssues = function(elementId, elementIssues) {
position: position,
html: $html,
scale: {
min: .9
min: .7
}
});
};
Expand Down

0 comments on commit ea1018f

Please sign in to comment.