Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
matefun
Frontend
Commits
895eef7a
Commit
895eef7a
authored
2 years ago
by
ncamera
Browse files
Options
Downloads
Patches
Plain Diff
Arreglar posicionamiento del texto en el Codemirror
parent
c0aa80e2
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Se actualiza Angular a la versión 13 y se resuelven vulnerabilidades
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Frontend Angular 4/src/styles/_responsive.scss
+27
-0
27 additions, 0 deletions
Frontend Angular 4/src/styles/_responsive.scss
with
27 additions
and
0 deletions
Frontend Angular 4/src/styles/_responsive.scss
+
27
−
0
View file @
895eef7a
...
...
@@ -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
;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment