mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
8aedf53e00
Change-Id: I37b42640123f861eff8ae23b289c3714bee308a4
12 lines
286 B
CSS
12 lines
286 B
CSS
/*!
|
|
* VisualEditor UserInterface MWLatexInspector styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license MIT
|
|
*/
|
|
|
|
.ve-ui-mwLatexInspector-content .ve-ui-mwExtensionWindow-input textarea {
|
|
/* Specify a valid second value to fix size in Chrome/FF */
|
|
font-family: monospace, 'Courier';
|
|
}
|