Merge pull request #131 from StarCitizenTools/dev

Fix misalignment of VE and CodeMirror
This commit is contained in:
alistair3149 2020-06-10 22:57:13 -04:00 committed by GitHub
commit 12817bdae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,15 +89,15 @@
.CodeMirror {
padding: 0 !important;
line-height: @content-line-height; // Lining up syntax highlighter
line-height: @content-line-height !important; // Lining up syntax highlighter
&-code * {
line-height: @content-line-height; // Lining up syntax highlighter
line-height: @content-line-height !important; // Lining up syntax highlighter
}
}
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
line-height: @content-line-height; // Lining up syntax highlighter
line-height: @content-line-height !important; // Lining up syntax highlighter
}
}