mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-12 06:28:40 +00:00
Make large fractions actually work
Summary: Also, rename it to '\dfrac', because it's more like a display fraction Auditors: spicyj
This commit is contained in:
@@ -104,3 +104,8 @@ input {
|
||||
height: 0.05em;
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.mfracnum > span {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
Reference in New Issue
Block a user