mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Fix editfont size in source mode
Bug: T182320 Change-Id: I777a1a80cb9887bc473aecb5d7b25fd6454a3d60
This commit is contained in:
parent
fc03706278
commit
459ce75cb2
|
@ -5,11 +5,6 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-mwWikitextSurface .ve-ce-documentNode,
|
||||
.ve-ui-mwWikitextSurface .ve-ui-surface-placeholder {
|
||||
font-size: 1.17216em; /*(13.3333/11.375)*/
|
||||
}
|
||||
|
||||
.ve-ui-mwWikitextSurface .ve-ce-documentNode {
|
||||
/* Inherit mw-editfont setting instead of default source mode setting */
|
||||
font-family: inherit;
|
||||
|
|
Loading…
Reference in a new issue