diff --git a/Frontend Angular 4/src/styles/_responsive.scss b/Frontend Angular 4/src/styles/_responsive.scss
index 47cb413d9cd898787f7a014f07acb02748dba0eb..5db3253a23ef1506ac20c3020935662ef98d914e 100755
--- a/Frontend Angular 4/src/styles/_responsive.scss	
+++ b/Frontend Angular 4/src/styles/_responsive.scss	
@@ -153,3 +153,30 @@ text {
 .matefun-tab-page {
   transform: translateY(-33px);
 }
+
+// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+// 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-linenumber {
+  transform: translateX(-39px);
+}
+
+.CodeMirror-gutter-background {
+  width: 0 !important;
+  left: 0 !important;
+}
+
+.CodeMirror-gutter-wrapper,
+.CodeMirror-gutters {
+  left: 0 !important;
+}
+
+.CodeMirror-linenumbers {
+  width: 0 !important;
+}
+// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -