2019-07-31 14:04:35 +00:00
|
|
|
/*!
|
|
|
|
* 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 */
|
2023-10-03 15:54:18 +00:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
/* Support: Chrome<76, Firefox<69 */
|
|
|
|
/* Fallback for browsers which don't support break-spaces */
|
2019-07-31 14:04:35 +00:00
|
|
|
white-space: pre-wrap;
|
2023-10-03 15:54:18 +00:00
|
|
|
/* T348006 */
|
|
|
|
white-space: break-spaces;
|
2019-07-31 14:04:35 +00:00
|
|
|
max-height: 10em;
|
|
|
|
}
|