mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +00:00
1ce95efb54
Change-Id: I32af1c13c31dc0f94434daa4a4db8c94a7033582
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;
|
|
}
|