The alignment of the code with the line numbers is not correct. In addition, the second and next lines have a padding left.
It is a CodeMirror behavior. You must end your lines code by ";" to have a good alignment.
forgot the padding left on line 2, it's fine when the previous line ends with ';'
It is a CodeMirror behavior. You must end your lines code by ";" to have a good alignment.