mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-23 22:03:28 +00:00
ve.ui.CodeMirror.v6: force a normal font-style
Bug: T357482 Change-Id: I91dd0b745683e316551733e033c0df3a0e3d6a0a
This commit is contained in:
parent
87daa30df0
commit
8e545a27d6
|
@ -88,6 +88,8 @@
|
|||
font-weight: normal !important;
|
||||
// T252965
|
||||
line-break: initial;
|
||||
// T357482#10111614
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.cm-mw-section-1,
|
||||
|
|
Loading…
Reference in a new issue