mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +00:00
LibWeb: Align mfrac Padding with Updated MathML Core Spec
This aligns with the transition from the MathML Core Working Draft (27 November 2023) to the Editor's Draft (26 November 2024).
This commit is contained in:
parent
617ad9c3a5
commit
10311fba87
Notes:
github-actions[bot]
2024-12-09 20:07:35 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/10311fba87e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2852
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ mtd {
|
|||
|
||||
/* Fractions */
|
||||
mfrac {
|
||||
padding-inline-start: 1px;
|
||||
padding-inline-end: 1px;
|
||||
padding-inline: 1px;
|
||||
}
|
||||
mfrac > * {
|
||||
math-depth: auto-add;
|
||||
|
|
Loading…
Add table
Reference in a new issue