From b8f858ae7012c9dd44c1b3a1a6d2108edbaa13fc Mon Sep 17 00:00:00 2001 From: Meru Patel <2017180@iiitdmj.ac.in> Date: Sat, 15 Sep 2018 23:39:48 +0530 Subject: [PATCH] misaligned height and logged number size fix --- client/modules/IDE/components/Console.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}
}