mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-03-31 06:24:07 -04:00
Fixed height of symbols for KaTeX inline rendering
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -44,7 +44,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.84d31ad4.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d8f969c1.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||
|
||||
@@ -59,4 +59,9 @@
|
||||
height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Fix for KaTeX - see https://t.ly/keo1Q
|
||||
.katex-html svg {
|
||||
max-width: revert;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user