mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 23:18:38 +00:00
add spacing on left of fleqn display math (#2127)
* add spacing on left of fleqn display math * update description of fleqn in docs/options.md to include new spacing
This commit is contained in:
@@ -595,4 +595,5 @@
|
||||
// Flush-left display math
|
||||
.katex-display.fleqn > .katex {
|
||||
text-align: left;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user