mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
Fix misalignment of VE and CodeMirror
This commit is contained in:
parent
03d0ac1e66
commit
e8d992615d
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue