Commit db906084 authored by Jérome Perrin's avatar Jérome Perrin

fixup! toolbox:ignore some styles to have consistent rendering

parent 030439a5
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
} }
Object.keys(_class.css || {}).forEach(function (k) { Object.keys(_class.css || {}).forEach(function (k) {
// some styles are ignored here, to keep the rendering of toolbox consistent. // some styles are ignored here, to keep the rendering of toolbox consistent.
if (k != "line-height") { if (k !== "line-height") {
tool.style[k] = _class.css[k]; tool.style[k] = _class.css[k];
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment