mediawiki-extensions-Math/modules/ve-math/ve.ui.MWLatexContextItem.css
Ed Sanders c0f9269512 Use white-space:break-spaces where appropriate
Bug: T348006
Change-Id: Iac89f5c70ed6717a8ec662e85e68d9ccf9b7e5ad
2023-10-03 16:54:18 +01:00

18 lines
498 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, monospace;
/* Support: Chrome<76, Firefox<69 */
/* Fallback for browsers which don't support break-spaces */
white-space: pre-wrap;
/* T348006 */
white-space: break-spaces;
max-height: 10em;
}