--- title: math-style slug: Web/CSS/math-style browser-compat: css.properties.math-style translation_of: 'Web/CSS/math-style' ---
{{MDNSidebar}}
La propriété math-style détermine si les équations MathML devraient être affichées en hauteur normale ou compacte.
/* Valeurs avec un mot-clé */ math-style: normal; math-style: compact; /* Valeurs globales */ math-sytle: inherit; math-style: initial; math-style: revert; math-style: unset;
normalcompact{{cssinfo}}
{{CSSSyntax}}
math {
math-style: compact;
}
{{Specifications}}
{{Compat}}