mediawiki-extensions-Math/modules/ve-math/ve.ui.MWLatexContextItem.css
Ed Sanders 8aedf53e00 VE: Remove date from @copyright line
Change-Id: I37b42640123f861eff8ae23b289c3714bee308a4
2024-03-19 18:37:26 +00:00

18 lines
458 B
CSS

/*!
* VisualEditor UserInterface MWLatexContextItem styles.
*
* @copyright 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;
}