mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-03 18:36:26 +00:00
95c355d9b3
This should fix the incorrect line-height issue in VE preview. T347199
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
/*
|
|
* Apply styles from .citizen-body
|
|
* T347199
|
|
* TODO: Drop the body > selectors after we move to 1.43
|
|
* and #mw-teleport-target are ready
|
|
*/
|
|
#mw-teleport-target,
|
|
body > .oo-ui-windowManager,
|
|
body > .ve-ui-overlay-global {
|
|
font-size: var( --font-size-small );
|
|
line-height: var( --line-height );
|
|
}
|