fix: remove unused VE padding styles

This commit is contained in:
alistair3149 2021-03-18 14:09:52 -04:00
parent c5154c0827
commit c2b33858b1
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -68,19 +68,11 @@
}
&-surface {
.ve-ce-documentNode {
padding: 0 !important;
}
&-visual {
.ve-ce-documentNode {
font-size: 1rem; // So that same font size as the actual page
}
}
&-placeholder {
padding: 0 !important;
}
}
&-overlay {
@ -89,13 +81,6 @@
&-global {
z-index: 100;
}
&-surface {
&-placeholder,
.ve-ce-documentNode {
padding: 0;
}
}
}
&-mwSaveDialog {
@ -162,7 +147,6 @@
}
.CodeMirror {
padding: 0 !important;
line-height: @content-line-height !important; // Lining up syntax highlighter
&-code * {