diff --git a/client/modules/IDE/components/Console.jsx b/client/modules/IDE/components/Console.jsx index a3dd61a5..f6dee27e 100644 --- a/client/modules/IDE/components/Console.jsx +++ b/client/modules/IDE/components/Console.jsx @@ -49,7 +49,7 @@ class Console extends React.Component { BASE_FONT_SIZE: this.props.fontSize, ARROW_FONT_SIZE: this.props.fontSize, LOG_ICON_WIDTH: this.props.fontSize, - LOG_ICON_HEIGHT: 1.8*this.props.fontSize, + LOG_ICON_HEIGHT: 1.8 * this.props.fontSize, }; if (times > 1) { @@ -115,7 +115,7 @@ class Console extends React.Component { return (
{ times > 1 && -
{times}
+
{times}
}