diff --git a/Frontend Angular 4/src/styles/_responsive.scss b/Frontend Angular 4/src/styles/_responsive.scss
index 79764e982373589f894207da0a2f50dd0b9aa801..009b6668a8c758714e5ec952362af602f87c73b9 100755
--- a/Frontend Angular 4/src/styles/_responsive.scss	
+++ b/Frontend Angular 4/src/styles/_responsive.scss	
@@ -152,25 +152,19 @@ text {
 // WA para corregir el posicionamiento del texto en el Codemirror cuando se
 // inicia sin lineas, dado que las mismas aparecen fuera de los bordes
 // izquierdos
-.CodeMirror-lines {
-  padding-inline-start: 39px !important;
+.CodeMirror-gutters {
+  left: 0 !important;
 }
 
-.CodeMirror-linenumber {
-  transform: translateX(-39px);
+.CodeMirror-gutter.CodeMirror-linenumbers {
+  width: 34px !important;
 }
 
-.CodeMirror-gutter-background {
-  width: 0 !important;
-  left: 0 !important;
+.CodeMirror-sizer {
+  margin-left: 45px !important;
 }
 
-.CodeMirror-gutter-wrapper,
-.CodeMirror-gutters {
-  left: 0 !important;
-}
-
-.CodeMirror-linenumbers {
-  width: 0 !important;
+.CodeMirror-linenumber {
+  padding-left: 0px !important;
 }
 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -