mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +00:00
14 lines
355 B
CSS
14 lines
355 B
CSS
|
/*!
|
||
|
* VisualEditor UserInterface MWLatexContextItem styles.
|
||
|
*
|
||
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license MIT
|
||
|
*/
|
||
|
|
||
|
.ve-ui-mwLatexContextItem .ve-ui-linearContextItem-body {
|
||
|
/* Specify a valid second value to fix size in Chrome/FF */
|
||
|
font-family: monospace, 'Courier';
|
||
|
white-space: pre-wrap;
|
||
|
max-height: 10em;
|
||
|
}
|