Skip to content
Snippets Groups Projects
Commit 895eef7a authored by ncamera's avatar ncamera
Browse files

Arreglar posicionamiento del texto en el Codemirror

parent c0aa80e2
No related branches found
No related tags found
1 merge request!1Se actualiza Angular a la versión 13 y se resuelven vulnerabilidades
......@@ -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;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment