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

Corregir posicionamiento del texto en el Codemirror

parent 30f1580d
No related branches found
No related tags found
1 merge request!1Se actualiza Angular a la versión 13 y se resuelven vulnerabilidades
......@@ -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;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
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